MCP.so
Sign In
Servers

AtomGit MCP Server

@kaiyuanxiaobing

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

More from Other