AtomGit MCP ServerServer

kaiyuanxiaobing
GitHub
version controldeveloper toolsproject management

Loading subscription status...

💡 Description

A Model Context Protocol server that enables AI to manage AtomGit open source collaboration platform resources including repositories, issues, pull requests, branches, and labels.

📝 JSON Entries

{
  "mcpServers": [
    {
      "atomgit-mcp-server": {
        "env": {
          "ATOMGIT_PERSONAL_ACCESS_TOKEN": "<your-atomgit-api-key-here>"
        },
        "args": [
          "-y",
          "atomgit-mcp-server@latest"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

get_user_repositoryget_user_repositoriescreate_issuecreate_pull_request

Features

  • Manage repositories
  • Create and comment on issues
  • Handle pull requests and branches

💬 Example Queries

  • List all my repositories on AtomGit
  • Create an issue in my repository
  • Get details of a pull request