
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
mcp-server-atomgit
Advanced tools
AtomGit MCP 服务器是专门为 AtomGit 开源协作平台的模型上下文(MCP) 服务的实现。提供了一系列方法,允许 AI 管理 AtomGit 开源协作平台的仓库、issues、pull requests等。
git clone https://atomgit.com/kaiyuanxiaobing/mcp-server-atomgit.git
cd mcp-server-atomgit
pnpm build
pwd
{
"mcpServers": {
"mcp-server-atomgit": {
"command": "npx",
"args": [
"-y",
"@mcp-server-atomgit@latest"
],
"env": {
"ATOMGIT_PERSONAL_ACCESS_TOKEN": "<your-atomgit-api-key-here>"
}
}
}
}
stdio mode:
{
"mcpServers": {
"mcp-server-atomgit": {
"autoApprove": [
"get_user_repositories",
"get_user_repository",
"get_org_repositories",
"create_issue",
"create_issue_comment"
],
"disabled": false,
"timeout": 60,
"command": "node",
"args": [
"/home/user/work/mcp-server-atomgit/dist/index.js"
],
"env": {
"ATOMGIT_PERSONAL_ACCESS_TOKEN": "<your-atomgit-api-key-here>"
},
"transportType": "stdio"
}
}
}
mcp-server-atomgit 服务器提供了多种与 AtomGit 交互的工具,后续会不断完善:
工具 | 类别 | 描述 |
---|---|---|
get_user_repository | 仓库 | 列出用户授权某个的仓库 |
get_user_repositories | 仓库 | 列出用户授权的所有仓库 |
get_org_repositories | 仓库 | 列出组织授权的所有仓库 |
create_issue | issue | 为某个仓库创建issue |
create_issue_comment | issue | 为某条issue创建评论 |
我们欢迎热爱开源的开发者们的贡献!如果您想为这个项目做出贡献,请按照以下指南操作:
有任何问题,请给我们提交issue,我们会及时查看反馈,并积极解决~
FAQs
MCP server for using AtomGit API
The npm package mcp-server-atomgit receives a total of 0 weekly downloads. As such, mcp-server-atomgit popularity was classified as not popular.
We found that mcp-server-atomgit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.