GitKraken CLI

GitKraken CLI

Powerful command-line tool for streamlined Git workflows and MCP server integration.

316
Stars
240
Forks
316
Watchers
13
Issues
GitKraken CLI provides an advanced command-line interface for managing multiple Git repositories and work items efficiently. It includes a local MCP server, enabling seamless integration with git, GitHub, Jira, and compatibility with tools leveraging LLMs. The tool supports AI-powered commit messages, pull request generation, and robust context handling for collaborative and multi-repo workflows. Installation is available for macOS, Windows, and Unix systems.

Key Features

Local MCP server for protocol-compliant context handling
Work item management across multiple repositories
AI-powered commit message generation
AI-assisted pull request creation
Integration with GitHub and Jira
Git command passthrough for familiar usage
Cross-platform support (macOS, Windows, Unix)
CLI authentication and provider management
Workspaces and organizational management
Documentation and onboarding through CLI help

Use Cases

Managing monorepo and polyrepo workflows in large teams
Automating the creation of AI-powered commit messages
Generating AI-assisted pull requests with context awareness
Synchronizing work items across multiple codebases
Integrating Jira issues with Git operations for workflow automation
Providing a standardized gateway for LLM-based code assistants
Streamlining onboarding for new developers through unified CLI workflows
Automating repetitive Git tasks for increased productivity
Handling multi-repository contributions for open source projects
Centralizing authentication and provider token management

README

🚀 GitKraken CLI

gk is GitKraken on the command line. The core functionality is focused on "Work Items" which can be thought of as the feature or issue you are trying to tackle. This allows you to work with multiple repos at once and get the same UX as if you were in a monorepo. We also provide robust AI-powered commit messages and Pull Request generation. It also provides an MCP server that streamlines working with git and your Issue and git hosting providers.

GitKraken CLI is available on macOS, Windows, and Unix systems.

Table of Contents

MCP Server

The GitKraken MCP server is a local MCP server that is powerful and easy to use. It wraps git, GitHub, Jira MCP actions as well as provides tools to LLMs that work with GitKraken APIs and functionality. You can find specific installation instructions based on your chosen AI application in the Help Center.

If you want to read more about the MCP server, you can check out the introduction blog post

Documentation

gk help is going to be your best source for exploring the CLI. But also see the workflows below.

bash
Welcome to GitKraken CLI, a premium CLI experience for managing multiple repositories with familiar GIT CLI commands

Usage:
  gk [flags]
  gk [command]

AUTHENTICATING
  auth         Authenticate with the GitKraken platform
  provider     Add or remove provider tokens

CORE COMMANDS
  graph        Display commit graph in current repository
  issue        Manage your issues
  organization Manage your Gitkraken organizations
  work         Interact with your work.
  workspace    Interact with your workspaces. Alias: 'ws'

Additional Commands:
  help         Help about any command
  setup        Display information about your current system configuration
  version      Print the version number of GK CLI

Flags:
  -h, --help   help for gk

Use "gk [command] --help" for more information about a command.

Workflows

Start with a single repo. You can add more later.

In general, your process will look like this:

bash

# Authenticate
gk auth login

# Navigate to a git repo directory on your filesystem
cd ./path/to/repo

# Then create a Work Item and the current directory
# will be automatically added to the Work Item
gk work create "My new work item"

# Edit files...
# ...

# Commit your changes using AI
gk work commit --ai

# Push your changes
gk work push

# Create a Pull Request
gk work pr create --ai

Once you have familiarized yourself with using a single repo, try out creating work items and generating commits and PRs for multiple repos at a time by just adding multiple repos to a new Work Item.

bash
# Add a repo to the current work item
gk work add ./path/to/repo # path could be as simple as "." if you are in the directory already

git Command Passthrough

You can also use gk to pass through any git command. eg:

bash
gk status
gk remote -v
# etc

Installation

macOS

gk is available from Homebrew with the following command:

Homebrew:

bash
brew install gitkraken-cli

Or download it from the releases page and add it to your binaries folder:

bash
mv ~/Downloads/gk /usr/local/bin/gk

Unix / Ubuntu

Get it from the Snap Store

gk is available as a downloadable binary from the releases page. Once you have it, add it to your binaries folder:

bash
mv ~/Downloads/gk /usr/local/bin/gk

Or create a new directory, move the binary and add it to $PATH:

bash
mkdir "$HOME/cli"
mv ~/Downloads/gk "$HOME/cli"
export PATH="$HOME/gk:$PATH"

You can also [download][releases page] your corresponding package (.deb, .rpm) and install it with:

bash
sudo apt install ./gk.deb

or

bash
sudo rpm -i ./gk.rpm

Windows

gk is available from [Winget][winget] with the following command:

bash
winget install gitkraken.cli

⚙️ Configuration

Nerd Fonts

The GitKraken CLI supports Nerd Fonts to display icons for some commands. To ensure correct icon rendering, please obtain and install a Nerd Font available at https://www.nerdfonts.com/. After installation, set the selected Nerd Font as the default font for your terminal.

Troubleshooting

gk login freezes after authenticating in browser

This problem is due to the browser. Currently we know that Safari and Brave do not allow to respond to localhost through port 1314. To fix this, change your default browser or copy the URL before the redirect and open it in another browser.

gk from Oh-My-Zsh

Oh-My-Zsh has gitk aliased as gk and that can create some problems. To fix this, type in your terminal:

unalias gk

Manual macOS Installation

If you install the CLI manually from the releases page on macOS, you will likely run into a security error that looks like this:

To fix this, go to Settings > Security & Privacy > General and click "Allow Anyway".

Try running gk setup again and then click "Open Anyway" to continue.

Star History

Star History Chart

Repository Owner

gitkraken
gitkraken

Organization

Repository Details

Default Branch main
Size 7,333 KB
Contributors 6
License Other
MCP Verified Nov 12, 2025

Tags

Topics

cli git gitkraken terminal

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • GitHub MCP Server

    GitHub MCP Server

    Connect AI tools directly to GitHub for repository, issue, and workflow management via natural language.

    GitHub MCP Server enables AI tools such as agents, assistants, and chatbots to interact natively with the GitHub platform. It allows these tools to access repositories, analyze code, manage issues and pull requests, and automate workflows using the Model Context Protocol (MCP). The server supports integration with multiple hosts, including VS Code and other popular IDEs, and can operate both remotely and locally. Built for developers seeking to enhance AI-powered development workflows through seamless GitHub context access.

    • 24,418
    • MCP
    • github/github-mcp-server
  • GitMCP

    GitMCP

    Instantly turn any GitHub repository into an AI-ready documentation hub.

    GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that gives AI assistants real-time access to the latest documentation and code from any GitHub repository. It transforms any GitHub project into an accessible documentation hub, enabling AI tools to deliver accurate results, reduce hallucinations, and improve code correctness. Supporting both specific and generic server modes, it allows seamless integration into developer workflows with zero setup. GitMCP emphasizes privacy, flexibility, and up-to-date information retrieval.

    • 6,916
    • MCP
    • idosal/git-mcp
  • MCP GitLab Jira Server

    MCP GitLab Jira Server

    MCP server for seamless GitLab and Jira integration

    MCP GitLab Jira Server acts as a bridge, enabling AI agents to interact programmatically with GitLab and Jira instances via the Model Context Protocol. It provides a standardized server interface for operations on projects, merge requests, pipelines, branches, issues, releases, and users in GitLab, as well as tickets and project management features in Jira. The server can be run as a CLI tool or in a Docker container, making it compatible with tools like gemini-cli. Configuration via environment variables allows secure authentication and flexible deployment.

    • 6
    • MCP
    • HainanZhao/mcp-gitlab-jira
  • GitHub Repos Manager MCP Server

    GitHub Repos Manager MCP Server

    Token-based, high-performance GitHub automation for MCP clients.

    GitHub Repos Manager MCP Server offers a comprehensive Model Context Protocol (MCP) server for managing GitHub repositories via direct API integration. It enables MCP clients such as Claude Desktop, Roo Code, and Cursor to automate GitHub workflows using just a personal access token, without the need for Docker. With 89 tools, users can handle repository management, issue tracking, collaboration, and advanced configuration with fine-grained control. The server is optimized for simplicity, security, and powerful automation through flexible tool management and granular access permissions.

    • 13
    • MCP
    • kurdin/github-repos-manager-mcp
  • MCP CLI

    MCP CLI

    A powerful CLI for seamless interaction with Model Context Protocol servers and advanced LLMs.

    MCP CLI is a modular command-line interface designed for interacting with Model Context Protocol (MCP) servers and managing conversations with large language models. It integrates with the CHUK Tool Processor and CHUK-LLM to provide real-time chat, interactive command shells, and automation capabilities. The system supports a wide array of AI providers and models, advanced tool usage, context management, and performance metrics. Rich output formatting, concurrent tool execution, and flexible configuration make it suitable for both end-users and developers.

    • 1,755
    • MCP
    • chrishayuk/mcp-cli
  • Klavis

    Klavis

    One MCP server for AI agents to handle thousands of tools.

    Klavis provides an MCP (Model Context Protocol) server with over 100 prebuilt integrations for AI agents, enabling seamless connectivity with various tools and services. It offers both cloud-hosted and self-hosted deployment options and includes out-of-the-box OAuth support for secure authentication. Klavis is designed to act as an intelligent connector, streamlining workflow automation and enhancing agent capability through standardized context management.

    • 5,447
    • MCP
    • Klavis-AI/klavis
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results