Skip to content
VS Code

gk cli for VS Code

com.gitkraken/gk-cli

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

client:VS Code transport:stdio runtime:npm

Install gk cli in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

gk cli in other clients