Gitcode
@gitcode-org-com
关于 Gitcode
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"gitcode": {
"command": "gitcode_mcp",
"args": [],
"env": {
"GITCODE_TOKEN": "<您的GitCode访问令牌>",
"GITCODE_API_URL": "https://api.gitcode.com/api/v5"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Gitcode?
Gitcode is a Go implementation of an MCP server that wraps the GitCode API into the Model Context Protocol. It enables AI coding assistants to interact with GitCode repositories, issues, pull requests, and search functionality through a standard MCP interface.
How to use Gitcode?
Install via the provided install.sh script or run go install github.com/gitcode-org-com/gitcode-mcp@latest. Set the GITCODE_TOKEN and GITCODE_API_URL environment variables, then start the server with gitcode-mcp. Configure your AI platform (Claude, Cline, Cursor, Windsurf) using the reference config files in the docs directory.
Key features of Gitcode
- Complete support for major GitCode API features
- Implements standard MCP protocol with STDIO and SSE transports
- Lightweight with fast response times
- Strong concurrent processing for high-load scenarios
- Modular code structure for easy extension
Use cases of Gitcode
- List, view, and create GitCode repositories via MCP
- Manage repository branches, issues, and pull requests
- Search code, repositories, issues, or users on GitCode
- Integrate GitCode workflows with AI coding assistants
- Automate repository management tasks through MCP tools
FAQ from Gitcode
What runtime and dependencies are required?
Go 1.16+ and network access to the GitCode API. No other runtime dependencies.
How do I authenticate with the GitCode API?
Set the GITCODE_TOKEN environment variable to your GitCode access token. The API endpoint defaults to https://api.gitcode.com/api/v5 but can be overridden via GITCODE_API_URL.
What transport modes does the server support?
It supports both STDIO and SSE transports, as defined by the MCP specification.
Can I use Gitcode with Claude, Cline, Cursor, or Windsurf?
Yes. The docs directory includes reference configuration JSON files for each of these platforms.
Are there any known limits on API usage or tool capabilities?
No limits are mentioned in the README. The server leverages the GitCode API and its inherent rate limits.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
ICSS
chokcoco不止于 CSS
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论