MCP.so
登录

AtomGit MCP Server

@kaiyuanxiaobing

关于 AtomGit MCP Server

暂无概览

基本信息

分类

其他

许可证

MulanPSL-2.0

运行时

node

传输方式

stdio

发布者

kaiyuanxiaobing

提交者

开源小兵

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

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

概览

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

评论

其他 分类下的更多 MCP 服务器