mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 10:58:18 +08:00
refactor: 分散式目录结构 — 每个条目独立 <id>/index.json
This commit is contained in:
43
mcp/github-mcp/index.json
Normal file
43
mcp/github-mcp/index.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"id": "github-mcp",
|
||||
"name": "GitHub MCP",
|
||||
"description": "代码仓库操作,支持 PR、Issue、代码搜索和仓库管理",
|
||||
"protocol": "mcp",
|
||||
"status": "offline",
|
||||
"origin": "registry",
|
||||
"transport": "stdio",
|
||||
"capabilities": [
|
||||
"repo_read",
|
||||
"pr_manage",
|
||||
"issue_manage",
|
||||
"code_search"
|
||||
],
|
||||
"toolCount": 35,
|
||||
"version": "0.9.1",
|
||||
"author": "GitHub",
|
||||
"tags": [
|
||||
"代码",
|
||||
"Git",
|
||||
"PR"
|
||||
],
|
||||
"install": {
|
||||
"method": "npx",
|
||||
"packageName": "@modelcontextprotocol/server-github",
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-github"
|
||||
],
|
||||
"env": {
|
||||
"GITHUB_PERSONAL_ACCESS_TOKEN": "<your-token>"
|
||||
}
|
||||
},
|
||||
"connection": {
|
||||
"transport": "stdio",
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-github"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user