Skip to content
Zed

gk cli for Zed

com.gitkraken/gk-cli

The GitKraken MCP Server for managing repos, PRs, issues across GitHub, GitLab, Bitbucket and more.

client:Zed transport:stdio runtime:npm

Install gk cli in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "gk-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@gitkraken/gk"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

gk cli in other clients