17 lines
522 B
JSON
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/"
|
|
}
|
|
]
|
|
} |