matrixcloud / examples /catalog /github-mcp.json
github-actions[bot]
Deploy from 4dfd54f2
857a91b
Raw
History Blame Contribute Delete
448 Bytes
{
"id": "mcp_server:github",
"name": "GitHub MCP Server",
"kind": "MCP Server",
"runtime": "node",
"transport": "stdio",
"sandbox": true,
"secrets": true,
"start_command": "npx -y @modelcontextprotocol/server-github",
"source": "@modelcontextprotocol/server-github",
"license": "MIT",
"desc": "Browse repos, issues and PRs. Requires GITHUB_TOKEN in the job env.",
"env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "<your-token>" }
}