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

Installation

npx -y gk-cli

Configuration

{
  "mcpServers": {
    "gk-cli": {
      "command": "npx",
      "args": ["-y", "gk-cli"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub