Files
github--github-mcp-server/server.json
T
MattBabbbage 2574feaabc Edit namespace
2025-09-25 14:49:33 +01:00

17 lines
537 B
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2024-11-05/server.schema.json",
"name": "com.githubcopilot.api/github-mcp-server",
"description": "Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.",
"status": "active",
"repository": {
"url": "https://github.com/github/github-mcp-server",
"source": "github"
},
"version": "${VERSION}",
"remotes": [
{
"type": "streamable-http",
"url": "https://api.githubcopilot.com/mcp/"
}
]
}