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 tools and remote services.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y gk-cliAgent-CoreX intelligently routes which tools from gitkraken/gk-cli your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"gk-cli": {
"command": "npx",
"args": [
"-y",
"gk-cli"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add gk-cliAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use gitkraken/gk-cli directly without routing
npx -y gk-cliNew to Agent-CoreX? View setup guide →