AtomGit
About
An MCP server for interacting with the AtomGit API for version control and code hosting.
Details
- Author
- kaiyuanxiaobing
- Categories
- Developer Tools, Other
Jump to
Setup
Install AtomGit in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/kaiyuanxiaobing/atomgit-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
AtomGit MCP 服务器是专门为 AtomGit 开源协作平台的模型上下文(MCP) 服务的实现。提供了一系列方法,允许 AI 管理 AtomGit 开源协作平台的仓库、issues、pull requests、branch、label等。
- nodejs v18.20.2 或者更高版本
- pnpm 10.9.0
- 拥有 AtomGit 账户的访问令牌,获取方式
git clone https://atomgit.com/atomgit-open-source-ecosystem/atomgit-mcp-server.git cd mcp-server-atomgit
{ "mcpServers": { "command": "node", "args": [ "/home/user/work/mcp-server-atomgit/dist/index.js" ], "env": { "ATOMGIT_PERSONAL_ACCESS_TOKEN": "<your-atomgit-api-key-here>" }, } }
{ "mcpServers": { "atomgit-mcp-server": { "command": "npx", "args": [ "-y", "atomgit-mcp-server@latest" ], "env": { "ATOMGIT_PERSONAL_ACCESS_TOKEN": "<your-atomgit-api-key-here>" } } } }
{ "mcp": { "inputs": [ { "type": "promptString", "id": "your-atomgit-api-key", "description": "AtomGit Personal Access Token", "password": true } ], "servers": { "atomgit-mcp-server": { "command": "npx", "args": [ "-y", "atomgit-mcp-server@latest" ], "env": { "ATOMGIT_PERSONAL_ACCESS_TOKEN": "<your-atomgit-api-key-here>" } } } } }
mcp-server-atomgit 服务器提供了多种与 AtomGit 交互的工具,后续会不断完善:
我们欢迎热爱开源的开发者们的贡献!如果您想为这个项目做出贡献,请按照以下指南操作:
- 访问仓库https://atomgit.com/atomgit-open-source-ecosystem/atomgit-mcp-server
- Fork 此仓库
- 为 feature 或 bug 修复创建一个新分支。
- 更改代码,并确保代码有良好的文档。
- 提交一个 pull request,并附上清晰的更改描述。
Creates commit messages from staged files in a local git repository.
A portable MCP server for performing various GitHub operations on any repository.
Manage Forgejo repositories and execute commands through an MCP-compatible chat interface.
Integrates with the Gerrit code review system to review code changes and details.
Make git commits on behalf of AI to track AI contributions in your codebase.
Performs deep, file-level forensics on Git repositories to analyze file histories, changes, and patterns.
Interact with the GitHub API for file operations, repository management, and search.
Manage GitHub repositories using a personal access token via CLI or environment variables.
Allows AI assistants to interact with the GitHub API for repository management, code collaboration, and other development tasks.
Interact with the GitHub API for repository management, file operations, and search.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





