developer tools

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.

cloud
local
macos
windows
linux
rust
enterprise
developer tools
0
View on GitHub

Installation

npx -y gitkraken/gk-cli

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "gk-cli",
  "command": "npx",
  "args": [
    "-y",
    "gitkraken/gk-cli"
  ]
}

About This MCP Server

gitkraken/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.

GitHub: https://github.com/gitkraken/gk-cli

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub