gitkraken/gk-cli
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.
Quick Start
Clone the repository:
git clone https://github.com/gitkraken/gk-cliClaude Desktop configuration example:
{
"mcpServers": {
"gk-cli": {
"command": "npx",
"args": [
"-y",
"gitkraken/gk-cli"
]
}
}
}Check the repository README for specific installation and configuration instructions.