Back to MCP Servers
🔌

gitkraken/gk-cli

NOASSERTION

🎖️ 🏎️ 🏠 ☁️ 🍎 🪟 🐧 - A CLI for interacting with GitKraken APIs. Includes an MCP server via `gk mcp` that not only wraps GitKraken APIs, but also Jira, GitHub, GitLab, and more. Works with local to

Dev Tools

Install

npx -y gitkraken-gk-cli

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "gitkraken-gk-cli": {
      "command": "npx",
      "args": [
        "-y",
        "gitkraken-gk-cli"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.