Remove the SafeDep MCP server entry from the configuration files of all AI coding agents detected on this machine.
safedep protect mcp uninstall [flags]
| Flag | Description |
|---|---|
--workspace <dir> |
Project directory for workspace-level removal. Empty (default) skips workspace. |
Inherits root flags --output, --profile, and --insecure-keychain-fallback.
Does not require authentication. The removal is a local filesystem operation.
- Detects which supported AI agents are installed on this machine.
- Removes the
mcpServers.safedepentry from each detected agent's config file. All other keys are preserved. No-op if the entry is already absent.
0on success, including the case where no agents are detected or the entry is already absent.1on filesystem errors.