Model-Context-Protocol (MCP) server implementation that exposes AtomGit’s repository / issue / PR / branch / label APIs to AI agents.
https://github.com/kaiyuanxiaobing/atomgit-mcp-serverStop context-switching between your AI assistant and AtomGit's web interface. This MCP server brings AtomGit's entire API surface directly into your conversation with Claude, letting you manage repositories, issues, pull requests, and team workflows without ever leaving your chat.
You're deep in a conversation with Claude about your project architecture when you need to create an issue, check PR status, or assign a task. The usual flow: open AtomGit, navigate to your repo, click through the UI, copy links back to Claude, then try to remember where you left off.
The AtomGit MCP server eliminates this friction entirely. Claude can now directly create issues, manage pull requests, assign reviewers, and coordinate your entire development workflow - all within the same conversation context.
25+ Repository Operations at Your Fingertips
Instant Setup, Zero Maintenance
npx -y atomgit-mcp-server@latest
Add your AtomGit Personal Access Token to the environment, and you're operational. No complex configuration, no database setup, no additional infrastructure to maintain.
Project Planning Sessions "Claude, create an epic issue for the new user authentication system, then break it down into 5 smaller tasks with appropriate labels and assign them to the team members we discussed."
Code Review Coordination "Check the status of all open PRs in our main repositories and ping the authors if any have been waiting for review longer than 3 days."
Release Management "List all issues labeled 'bug' and 'high-priority' across our organization's repositories, then create a release tracking issue with links to each one."
Team Standup Preparation "Show me what each team member has been working on this week by pulling their assigned issues and recent PR activity."
The server plugs directly into Claude Desktop or any MCP-compatible client. Your existing AtomGit permissions and access controls remain intact - the server operates with your credentials and respects your repository access levels.
Claude Desktop Setup:
{
"mcpServers": {
"atomgit-mcp-server": {
"command": "npx",
"args": ["-y", "atomgit-mcp-server@latest"],
"env": {
"ATOMGIT_PERSONAL_ACCESS_TOKEN": "your-token-here"
}
}
}
}
VS Code Integration: Works seamlessly with VS Code's MCP extension, bringing repository management directly into your development environment.
Instead of treating your AI assistant as a separate tool that needs constant updates about your repository state, you get a unified workspace where Claude has real-time access to your project's current status.
Ask Claude to "help me triage the backlog" and watch it analyze issues, suggest priorities, and even reorganize your project board - all while maintaining the conversational context that makes AI assistance so powerful.
The server handles AtomGit's API authentication, rate limiting, and response formatting, so Claude receives clean, structured data about your projects. You focus on the strategic decisions while Claude handles the operational details.
Perfect for teams using AtomGit who want to:
Get started in under 2 minutes and transform how your team manages development workflows.