This repo contains the documentation for the GitKraken Model Context Protocol (MCP) which is accessible via the CLI.
GitKraken MCP Server
Getting Started
- Getting Started
- Example Workflows
Other Resources
- Tools Reference
- Prompts Reference
- Contact Support
Prerequisites:
- Node.js
- pnpm (currently required because we needed to patch the
@modelcontextprotocol/inspector
package, any version greater than 16.5.0 should work, but as of this writing they have not published a newer version) - GitKraken CLI installed IMPORTANT
First, make sure to pnpm install
to install the dependencies.
The tools and prompts references are generated from the MCP server using the official Inspector.
Do not edit the tools.json
or prompts.json
files directly. Rerunning the pnpm build
command will overwrite any changes
You can edit the "templates" for those files in the render-prompts.ts
and render-tools.ts
files.
To generate the files, run the following command:
pnpm build