ff98fc4615
License Check / license-check (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Docker / build (push) Has been cancelled
Build and Test Go Project / build (macos-latest) (push) Has been cancelled
Build and Test Go Project / build (ubuntu-latest) (push) Has been cancelled
Build and Test Go Project / build (windows-latest) (push) Has been cancelled
GoReleaser Release / release (push) Has been cancelled
Publish to MCP Registry / publish (push) Has been cancelled
* Update server version * OCI packages must not have 'registryBaseUrl' field - use canonical reference in 'identifier' instead * Remove version and add to identifier * Take latest release without suffix after ie v0.19.1 but not v0.19.1-test * Take latest release without suffix after ie v0.19.1 but not v0.19.1-test
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
|
|
"name": "io.github.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}",
|
|
"packages": [
|
|
{
|
|
"registryType": "oci",
|
|
"identifier": "ghcr.io/github/github-mcp-server:${VERSION}",
|
|
"transport": {
|
|
"type": "stdio"
|
|
},
|
|
"runtimeArguments": [
|
|
{
|
|
"type": "positional",
|
|
"value": "run",
|
|
"description": "The runtime command to execute",
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"type": "named",
|
|
"name": "-i",
|
|
"value": "true",
|
|
"description": "Run container in interactive mode",
|
|
"format": "boolean",
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"type": "named",
|
|
"name": "--rm",
|
|
"value": "true",
|
|
"description": "Automatically remove the container when it exits",
|
|
"format": "boolean"
|
|
},
|
|
{
|
|
"type": "named",
|
|
"name": "-e",
|
|
"description": "Set an environment variable in the runtime",
|
|
"value": "GITHUB_PERSONAL_ACCESS_TOKEN={token}",
|
|
"isRequired": true,
|
|
"variables": {
|
|
"token": {
|
|
"isRequired": true,
|
|
"isSecret": true,
|
|
"format": "string"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "positional",
|
|
"valueHint": "image_name",
|
|
"value": "ghcr.io/github/github-mcp-server",
|
|
"description": "The container image to run",
|
|
"isRequired": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |