Skip to content

Commit 5e5eeeb

Browse files
docs: add MCP section (#130)
1 parent 3d0274a commit 5e5eeeb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
# 🚀 GitKraken CLI
22

3-
`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.
3+
`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.
44

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

77
![](./images/cli-header-wide.png)
88

99
## Table of Contents
1010

11+
- [MCP Server](#mcp-server)
1112
- [Documentation](#documentation)
1213
- [Workflows](#workflows)
1314
- [`git` Command Passthrough](#git-command-passthrough)
1415
- [Installation](#installation)
1516
- [Troubleshooting](#troubleshooting)
1617
- [Support](#support)
1718

19+
## MCP Server
20+
21+
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](https://help.gitkraken.com/cli/gk-cli-mcp/).
22+
23+
If you want to read more about the MCP server, you can check out the [introduction blog post](https://www.gitkraken.com/blog/introducing-gitkraken-mcp)
24+
1825
## Documentation
1926

2027
`gk help` is going to be your best source for exploring the CLI. But also see the [workflows](#workflows) below.

0 commit comments

Comments
 (0)