The GitKraken MCP Server for managing repos, PRs, issues across GitHub, GitLab, Bitbucket and more.
claude mcp add gk-cli -- npx -y @gitkraken/gk
claude_desktop_config.json
{
"mcpServers": {
"gk-cli": {
"command": "npx",
"args": [
"-y",
"@gitkraken/gk"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"gk-cli": {
"command": "npx",
"args": [
"-y",
"@gitkraken/gk"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gk-cli": {
"command": "npx",
"args": [
"-y",
"@gitkraken/gk"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"gk-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gitkraken/gk"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"gk-cli": {
"command": "npx",
"args": [
"-y",
"@gitkraken/gk"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/com.gitkraken--gk-cli/reviews or the review_server meta-tool.
POST /mcp