mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 09:38:09 +08:00
44 lines
858 B
JSON
44 lines
858 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|