Skip to main content
Version ControlTypeScript

kaiyuanxiaobing/atomgit-mcp-server

Official AtomGit server for integration with repository management, PRs, issues, branches, labels, and more.

version-controlcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kaiyuanxiaobing/atomgit-mcp-server

Claude 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.

Details

Category
Version Control
Language
TypeScript
Author
kaiyuanxiaobing