AtomGit MCP Server 是一个基于 Model Context Protocol 的服务器,允许 AI 助手直接与 AtomGit 平台进行交互。它提供了 200+ 个工具,涵盖了仓库管理、用户管理、分支管理、提交管理、标签管理、问题管理和 Pull Request 管理等核心功能。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"atomgit-mcp-server": {
"command": "npx",
"args": [
"-y",
"kylezhang/AtomGit-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add atomgit-mcp-server npx -y kylezhang/AtomGit-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"atomgit-mcp-server": {
"command": "npx",
"args": [
"-y",
"kylezhang/AtomGit-MCP-Server"
]
}
}
}