MCP.so
Sign In

AtomGit MCP Server

@kaiyuanxiaobing

About AtomGit MCP Server

No overview available yet

Basic information

Category

Other

License

MulanPSL-2.0

Runtime

node

Transports

stdio

Publisher

kaiyuanxiaobing

Submitted by

开源小兵

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

22

Search for AtomGit user repository

Assign users to an issue in a AtomGit repository

List issues in a AtomGit repository

Get details of a specific issue in a AtomGit repository

List assignees for a specific issue in a AtomGit repository

Check if a user can be assigned to an issue in a AtomGit repository

Search for AtomGit user repositories

Search for AtomGit org repositories

Create a new issue in a AtomGit repository

Create an issue comment in a AtomGit repository issue

Create a new pull request in a repository

Get details of a specific pull request

Create a comment on a pull request

Reply to a comment on a pull request

Get details of a specific pull request comment

List branches in a repository

Get details of a specific branch in a repository

Get all labels in a repository

Add labels to an issue in a repository

Get all labels for an issue in a repository

Remove a label from an issue in a repository

Get a single label by name from a repository

Overview

What is AtomGit MCP Server?

AtomGit MCP Server is an MCP (Model Context Protocol) server implementation for the AtomGit open-source collaboration platform. It provides a set of tools that allow AI assistants to manage AtomGit repositories, issues, pull requests, branches, and labels programmatically. It is intended for developers using AtomGit who want to automate platform interactions through AI.

How to use AtomGit MCP Server?

Install via npx (npx -y atomgit-mcp-server@latest) or build from source (requires Node.js v18.20.2+, pnpm 10.9.0). Configure your MCP host (Claude or VS Code) with the server command and set the ATOMGIT_PERSONAL_ACCESS_TOKEN environment variable to your AtomGit personal access token.

Key features of AtomGit MCP Server

  • List user and organization repositories
  • Create, comment on, and manage issues
  • Create and manage pull requests with comments
  • Manage repository branches and labels
  • Assign and check assignees for issues
  • Add and remove labels from issues

Use cases of AtomGit MCP Server

  • An AI assistant automatically creates and labels issues based on user input.
  • A developer asks AI to list open pull requests in a repository.
  • Automate the assignment of issues to team members.
  • Programmatically manage repository labels and branches.
  • Retrieve issue comments and pull request details for review.

FAQ from AtomGit MCP Server

What are the prerequisites to run AtomGit MCP Server?

Node.js v18.20.2 or higher, pnpm 10.9.0, and an

Comments

More Other MCP servers