AtomGit MCP Server
A Model Context Protocol server that enables AI to manage AtomGit open source collaboration platform resources including repositories, issues, pull requests, branches, and labels.
Tools
assign_issue
Assign users to an issue in a AtomGit repository
list_issue_assignees
List assignees for a specific issue in a AtomGit repository
get_user_repositories
Search for AtomGit user repositories
get_org_repositories
Search for AtomGit org repositories
create_issue_comment
Create an issue comment in a AtomGit repository issue
create_pull_request
Create a new pull request in a repository
create_issue_labels
Add labels to an issue in a repository
get_issue_labels
Get all labels for an issue in a repository
delete_issue_label
Remove a label from an issue in a repository
get_user_repository
Search for AtomGit user repository
list_repository_issues
List issues in a AtomGit repository
get_issue_details
Get details of a specific issue in a AtomGit repository
check_if_user_is_assignable
Check if a user can be assigned to an issue in a AtomGit repository
create_issue
Create a new issue in a AtomGit repository
create_pull_request_comment
Create a comment on a pull request
get_pull_request_comment
Get details of a specific pull request comment
get_repository_labels
Get all labels in a repository
get_label_by_name
Get a single label by name from a repository
get_pull_request_details
Get details of a specific pull request
create_pull_request_reply
Reply to a comment on a pull request
list_pull_request_comments
List comments on a pull request
list_repository_branches
List branches in a repository
get_repository_branch_details
Get details of a specific branch in a repository
create_repository_label
Create a new label in a repository
README
AtomGit MCP Server
AtomGit MCP 服务器是专门为 AtomGit 开源协作平台的模型上下文(MCP) 服务的实现。提供了一系列方法,允许 AI 管理 AtomGit 开源协作平台的仓库、issues、pull requests、branch、label等。
安装(npx启动跳过该步骤)
前提条件
- 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
构建项目
pnpm build
查看构建位置
pwd
MCP Hosts配置
claude
可执行文件启动
stdio mode:
{
"mcpServers": {
"command": "node",
"args": [
"/home/user/work/mcp-server-atomgit/dist/index.js"
],
"env": {
"ATOMGIT_PERSONAL_ACCESS_TOKEN": "<your-atomgit-api-key-here>"
},
}
}
npx 启动
{
"mcpServers": {
"atomgit-mcp-server": {
"command": "npx",
"args": [
"-y",
"atomgit-mcp-server@latest"
],
"env": {
"ATOMGIT_PERSONAL_ACCESS_TOKEN": "<your-atomgit-api-key-here>"
}
}
}
}
vscode
NPX
{
"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 交互的工具,后续会不断完善:
| 工具 | 类别 | 描述 |
|---|---|---|
| get_user_repository | repo | 列出用户授权某个的仓库 |
| get_user_repositories | repo | 列出用户授权的所有仓库 |
| get_org_repositories | repo | 列出组织授权的所有仓库 |
| create_issue | issue | 为某个仓库创建issue |
| create_issue_comment | issue | 为某条issue创建评论 |
| delete_issue_comment | issue | 删除某条issue的评论 |
| get_issue_comment | issue | 获取某条issue的评论 |
| list_issue_comments | issue | 列出某条issue的所有评论 |
| list_issues | issue | 列出某个仓库的所有issues |
| get_issue | issue | 获取某个issue的详细信息 |
| set_assignees | issue | 设置某个issue的负责人 |
| list_issue_assignees | issue | 列出某个issue的负责人 |
| check_if_user_is_assignable | issue | 检查某用户是否可分配为issue负责人 |
| create_pull_request | pull | 创建一个新的变更请求 |
| get_pull_request_details | pull | 获取某个变更请求的详细信息 |
| create_pull_request_comment | pull | 为某个变更请求创建评论 |
| create_pull_request_reply | pull | 回复某个变更请求的评论 |
| get_pull_request_comment | pull | 获取某个变更请求评论的详细信息 |
| list_pull_request_comments | pull | 列出某个变更请求的所有评论 |
| list_repository_branches | branch | 获取分支列表 |
| get_repository_branch_details | branch | 获取分支信息 |
| create_repository_label | label | 创建仓库标签 |
| get_repository_labels | label | 获取仓库所有标签 |
| create_issue_labels | label | 为issue添加标签 |
| get_issue_labels | label | 获取issue的所有标签 |
| delete_issue_label | label | 从issue中移除标签 |
| get_label_by_name | label | 根据名称获取仓库中的单个标签 |
贡献
我们欢迎热爱开源的开发者们的贡献!如果您想为这个项目做出贡献,请按照以下指南操作:
- Fork 此仓库。
- 为feature 或 bug 修复创建一个新分支。
- 更改代码,并确保代码有良好的文档。
- 提交一个 pull request,并附上清晰的更改描述。
有任何问题,请给我们提交issue,我们会及时查看反馈,并积极解决~
许可:木兰宽松许可证
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。