mcpbeat

Gk CLI MCP Server

com.gitkraken/gk-cli
local only

Gk CLI runs on your own machine — the client starts it, so there is no endpoint to ping. 4 049 installs a week from npm. Last commit 26 Jun 2025.

The GitKraken MCP Server for managing repos, PRs, issues across GitHub, GitLab, Bitbucket and more.

No commits for 13 months.

Installs per day peak 884 · avg 242 · +68% w/w
a month agotoday
4 049
Installs / week
npm · @gitkraken/gk
442
Stars
15 open issues
26 Jun 2025
Last commit
0 releases in 90 days
NOASSERTION
License
language unknown

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gk-cli -- npx -y @gitkraken/gk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gk-cli": {
      "args": [
        "-y",
        "@gitkraken/gk"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gk-cli]
command = "npx"
args = ["-y", "@gitkraken/gk"]
.cursor/mcp.json
{
  "mcpServers": {
    "gk-cli": {
      "args": [
        "-y",
        "@gitkraken/gk"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gk-cli": {
      "args": [
        "-y",
        "@gitkraken/gk"
      ],
      "command": "npx"
    }
  }
}

Gk CLI — questions

Answers built from our own checks of this server.

Why is there no uptime for Gk CLI?
Gk CLI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @gitkraken/gk was installed 4 049 times last week.
Is Gk CLI still maintained?
No commits for 13 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Gk CLI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @gitkraken/gk straight from npm; nothing to host, nothing to sign up for.
How many people use Gk CLI?
The npm package @gitkraken/gk was installed 4 049 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gk CLI open source?
Yes — it is published under the NOASSERTION licence, 442 stars on GitHub and 15 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.