Full GitHub API access — repos, issues, PRs, code search
/api/gateway/github-mcpConnect AI agents to GitHub via the official MCP server. Supports reading and writing repos, issues, pull requests, code search, file contents, and commit history. Consumers provide their GitHub personal access token as the bearer credential.
# Add to your MCP client config (Claude Code, Cursor, etc.)
{
"mcpServers": {
"github-mcp": {
"url": "https://invokeworks.io/api/gateway/github-mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
# Or test via curl
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://invokeworks.io/api/gateway/github-mcp/tools/listCastle