Files
github--github-mcp-server/server.json
T
2025-09-25 15:06:59 +01:00

17 lines
522 B
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2024-11-05/server.schema.json",
"name": "github/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/"
}
]
}