Back to marketplace

GitHub MCP

v1.0.0MCPUnverified

Full GitHub API access — repos, issues, PRs, code search

0.0(0 reviews) 0 installs 1 subscribers
Developer Tools
Gateway endpoint: /api/gateway/github-mcp
Rate limited · Auth via Bearer token · Full trace logging
p99 latency < 50ms overhead

Connect 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.

Quick Start

# 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/list

Provider

CA

Castle

Stats

Total Downloads0
Active Subscribers1
Avg Rating0.0 / 5
Versionv1.0.0