OlympHill
atomgit-mcp-server logo

atomgit-mcp-serveratomgit-mcp-server MCP 服务器

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

AtomGit MCP Server 是针对 AtomGit 开源协作平台专门实现的模型上下文(MCP)服务。它提供了一套方法,使 AI 能够管理 AtomGit 开源协作平台的仓库、问题、Pull Request、分支、标签等。 使用该服务器前,需要拥有 AtomGit 账户并获取个人访问令牌。可以通过克隆项目仓库并运行项目来获取令牌。服务器可通过 Node.js 启动,启动命令及参数在配置文件中指定。 服务器提供了多种与 AtomGit 交互的工具,包括获取用户仓库、创建问题和 Pull Request、列出问题和标签等。这些工具可直接在服务器内部使用,也可通过 API 调用。 代码采用 MulanPSL-2.0 许可证。欢迎贡献,您可以提交 Pull Request 和 Issue 以获取反馈和解决方案。

主要功能

  • 仓库管理 (get_user_repository, get_user_repositories, get_org_repositories)
  • 问题追踪 (create_issue, create_issue_comment, delete_issue_comment, get_issue_comment, list_issue_comments, list_issues)
  • Pull Request 处理 (create_pull_request, get_pull_request_details, create_pull_request_comment, create_pull_request_reply)
  • 分支管理 (list_repository_branches, get_repository_branch_details)
  • 标签管理 (get_repository_labels, create_issue_labels, get_issue_labels, delete_issue_label, get_label_by_name)

价格

模型
Free
评分
暂无评价

使用场景

自动化问题管理

使用 AtomGit MCP Server 自动化问题管理任务,例如创建和分配问题、添加标签以及跟踪评论。

AI 驱动的 Pull Request 审核

利用 AtomGit MCP Server 创建和管理 Pull Request,并使用 AI 对代码更改进行审查和提供反馈。

优点 & 缺点

优点

  • 提供了一系列 AI 与 AtomGit 交互的工具
  • 支持仓库管理、问题追踪、Pull Request 处理等多种操作
  • 允许开源社区进行扩展和贡献

缺点

  • 使用时需要有效的 AtomGit 个人访问令牌
  • 关于可扩展性和性能的信息有限

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What are the main limitations of using atomgit-mcp-server?

The server requires a valid AtomGit personal access token and currently lacks detailed information on scalability and performance, which may affect usage in large‑scale or high‑traffic environments.

Asked by Halime Yalcin · Sep 22, 2025

Can the server be extended or integrated with other tools?

Yes, because it’s an open‑source Node.js service, you can contribute new methods or integrate it with existing CI/CD pipelines, bots, or other AI platforms by calling its exposed methods from your own code.

Asked by Ximena Torres · Sep 3, 2025

Which AtomGit operations can the MCP server automate?

The server offers methods for repository management (e.g., get_user_repositories), issue tracking (create_issue, list_issues, comment handling), pull‑request handling (create_pull_request, get_pull_request_details), branch management, and label management, enabling AI‑driven automation of these tasks.

Asked by Vera Nováková · Jul 28, 2025

What do I need to run the atomgit-mcp-server?

You need an AtomGit account, a personal access token (obtainable by cloning the project repo and running it), and Node.js to start the server using the command and arguments defined in the configuration file.

Asked by Adaeze Uche · Jun 25, 2025

提问

服务配缩器 的替代品