gitcode-org-com/gitcode-mcp
Gitcode MCP Server 是 Gitcode 推出的模型上下文协议(Model Context Protocol)服务实现,旨在通过标准化协议将 AI 助手深度集成到代码管理流程中。它允许开发者通过 AI 编程工具(如 Cursor、Windsurf 等)直接操作代码仓库资源,实现智能化开发协作
Platform-specific configuration:
{
"mcpServers": {
"gitcode-mcp": {
"command": "npx",
"args": [
"-y",
"gitcode-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...