Back to Apps

GitCode MCP
Supports UIby gitcode-org-com
Deep integration of AI assistants into GitCode code management workflows via the Model Context Protocol.
0 stars
Works in:CursorWindsurf
Exposes:Tools
What it does
GitCode MCP connects AI assistants to the GitCode platform, allowing developers to manage repositories, issues, pull requests, and search code directly through their AI programming tools.
Tools
list_repositories: List the current user's repositories.get_repository: Get detailed information for a specific repository.create_repository: Create a new repository.list_branches: List branches of a repository.get_branch: Get detailed information for a specific branch.create_branch: Create a new branch.list_issues: List issues in a repository.get_issue: Get detailed information for a specific issue.create_issue: Create a new issue.list_pull_requests: List pull requests in a repository.get_pull_request: Get detailed information for a specific pull request.create_pull_request: Create a new pull request.search_code: Search for code across repositories.search_repositories: Search for repositories.search_issues: Search for issues.search_users: Search for users.
Installation
Install using the provided script:
git clone https://github.com/gitcode-org-com/gitcode-mcp.git
cd gitcode-mcp
./install.sh
Configure your claude_desktop_config.json as follows:
{
"mcpServers": {
"gitcode-mcp": {
"command": "gitcode-mcp"
}
}
}
Supported hosts
- Claude
- Cursor
- Windsurf
Quick install
git clone https://github.com/gitcode-org-com/gitcode-mcp.git && cd gitcode-mcp && ./install.shInformation
- Pricing
- free
- Published
- 7/23/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add "gitcode-mcp" command to MCP settingsWindsurf
Add "gitcode-mcp" command to mcp_config.jsonClaude Desktop
{"mcpServers": {"gitcode-mcp": {"command": "gitcode-mcp"}}}





