Back to MCP Servers
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.
developer-toolsgithubgitlabjiraapi
By gitkraken
Installation
npx -y gk-cliConfiguration
{
"mcpServers": {
"gk-cli": {
"command": "npx",
"args": ["-y", "gk-cli"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes