GitKraken CLI

gk mcp uninstall

Uninstall GitKraken MCP server from one or more MCP clients

Synopsis

Remove Gitkraken MCP server from your platform settings files. Supported platforms: vscode, vscode-insiders, claude-cli, claude, antigravity, antigravity-cli, windsurf, cursor, zed, copilot, jetbrains-copilot, trae, codex, kiro, opencode

You can uninstall from multiple clients at once by passing several platform names, or use –all to uninstall from all detected clients. Use –type=cli to restrict that to command-line clients.

gemini is no longer an installable platform, but a stale entry from a prior install can still be removed with “gk mcp uninstall gemini” or via –all.

gk mcp uninstall [flags]

Examples


gk mcp uninstall <PLATFORM>
gk mcp uninstall <PLATFORM> --file-path
gk mcp uninstall vscode claude cursor
gk mcp uninstall --all
gk mcp uninstall --type=cli

Options

      --all                Uninstall from all detected MCP clients
      --file-path string   Fully qualified path to the file the mcp server configuration will be written
  -h, --help               help for uninstall
      --type string        Uninstall only from detected clients of this type (cli or gui)

Options inherited from parent commands

      --json             Emit machine-readable JSON on stdout (GK_OUTPUT=json sets it session-wide)
      --no-telemetry     Disable telemetry (OTel spans, Sentry) for this invocation
      --session string   (Optional) Isolate auth and cache under a named session

SEE ALSO

  • gk mcp - Start a local MCP server for your favorite MCP client to interact with
Auto generated by spf13/cobra on 16-Sep-2026

© 2023 Axosoft, LLC DBA GitKraken