mcpbeat Sign in

Gk CLI MCP Server

by gitkraken Your server? Claim it
local only

Gk CLI runs on your own machine — the client starts it, so there is no endpoint to ping. 12 113 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 14 months.

Installs per day peak 7 619 · avg 1 007 · +197% w/w
a month agotoday
12 113
Installs / week
npm · @gitkraken/gk
458
Stars
21 open issues
26 Jun 2025
Last commit
0 releases in 90 days
License
language unknown

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node install.js
File ships in the package but is absent from the source [пакет] install.js:1, [пакет] lib.js:1, [пакет] run-gk.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] lib.js:105
    let result = spawnSync(path.join(binDir, bin), args, {
Builds a file path from a variable [пакет] lib.js:35
                path.join(wrappedIn, bin).replace(/\\/g, "/"),

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

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"
    }
  }
}

Alternatives to Gk CLI

same job, measured the same way
Github MCP Connector
by ferhatdundar

MCP server for GitHub: repos, files, issues, PRs, search. Single Go binary.

local only
Github MCP
by jaimenbell

MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.

59 installs/wk local only
Bitbucket MCP Server
by lawp09

MCP server for Bitbucket API - manage repositories, pull requests, comments, pipelines and more

447 installs/wk local only
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

21 installs/wk local only
Git MCP Server
by ray0907

MCP server for GitLab and GitHub

37 installs/wk local only
siGit
by sigit

MCP server for siGit (sigit.si): browse repos, search code, manage PRs/issues, web search.

answering
I
Tangled MCP
by zzstoatzz

MCP server for Tangled git platform. Manage repositories, branches, and issues on tangled.org.

43 installs/wk local only
Devflow MCP
by cocaxcode

MCP server connecting Jira (Cloud + Server) with GitHub/GitLab. Branches, issues, PRs, flows.

47 installs/wk local only

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 12 113 times last week.
Is Gk CLI still maintained?
No commits for 14 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 12 113 times in the last week. Week over week that is +197%. 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?
We cannot say either way: 458 stars on GitHub and 21 open issues, but we could not determine the licence, and without one the code is not open source by default.