Gk Cli
Rank #537com.gitkraken/gk-cli
The GitKraken MCP Server for managing repos, PRs, issues across GitHub, GitLab, Bitbucket and more.
Gk Cli is a Model Context Protocol (MCP) server published by gitkraken. It ranks #537 of 115,591 servers tracked on MCP Toplist, and its repository has 450 GitHub stars. Gk Cli is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 10 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on May 15, 2026.
Ranks ahead of 115,054 of 115,591 servers on MCP Toplist.
Use Gk Cli
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gk-cli -- npx -y @gitkraken/gk mcp[mcp_servers.gk-cli]
command = "npx"
args = ["-y", "@gitkraken/gk", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"gk-cli": {
"command": "npx",
"args": [
"-y",
"@gitkraken/gk",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"gk-cli": {
"command": "npx",
"args": [
"-y",
"@gitkraken/gk",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gk-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gitkraken/gk",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gk-cli": {
"command": "npx",
"args": [
"-y",
"@gitkraken/gk",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gk-cli": {
"command": "npx",
"args": [
"-y",
"@gitkraken/gk",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.gitkraken%2Fgk-cli)<a href="https://mcptoplist.com/server/com.gitkraken%2Fgk-cli"><img src="https://mcptoplist.com/badge/com.gitkraken%2Fgk-cli.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
gitkraken
Other servers by gitkraken
View all gitkraken servers →Available versions (10)
| Version | Published |
|---|---|
| 3.1.64 | May 15, 2026 |
| 3.1.62 | May 5, 2026 |
| 3.1.61 | May 4, 2026 |
| 3.1.59 | Apr 17, 2026 |
| 3.1.54 | Mar 11, 2026 |
| 3.1.53 | Feb 19, 2026 |
| 3.1.48 | Nov 17, 2025 |
| 3.1.45 | Oct 21, 2025 |
| 3.1.43 | Oct 21, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Gk Cli?
- Gk Cli is maintained by gitkraken, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Gk Cli listed on the Official MCP Registry?
- Yes — Gk Cli is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does Gk Cli have?
- MCP Toplist tracks 10 versions of Gk Cli, most recently published on May 15, 2026.
- Where can I find the source code for Gk Cli?
- The source code for Gk Cli is hosted at github.com/gitkraken/gk-cli.