kaiyuanxiaobing/atomgit-mcp-server
Official AtomGit server for integration with repository management, PRs, issues, branches, labels, and more.
Quick Start
Clone the repository:
git clone https://github.com/kaiyuanxiaobing/atomgit-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"atomgit-mcp-server": {
"command": "npx",
"args": [
"-y",
"kaiyuanxiaobing/atomgit-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.