GitHub MCP Server
# GitHub MCP Serverless API The most comprehensive GitHub integration API designed specifically for AI applications. Connect your AI models to GitHub's complete repository management and collaboration capabilities using the industry-standard Model Context Protocol (MCP). ## 🚀 Three Integration Patterns ### 1. 🌐 Web Applications (Recommended) **Perfect for**: React apps, Vue.js, Next.js, mobile…
GitHub MCP Server endpoints
| Method | Endpoint | Description |
|---|---|---|
| config | ||
| POST |
configureSession /config |
Sets up a new MCP session and returns connection details. This endpoint is used to establish a session before making MCP tool calls. |
| mcp | ||
| POST |
mcpEndpoint /mcp |
Main endpoint for Model Context Protocol communication with intelligent session management. **Auto-Optimized Mode**: If no `Mcp-Session-Id` header is provided, the API… |
| GET |
mcpStatusCheck /mcp |
Check if the MCP endpoint is operational |
| github | ||
| POST |
directGitHubPost /github |
RESTful endpoint for direct GitHub operations using POST method. Supports all GitHub operation types through the 'type' parameter in the request body. |
| GET |
directGitHubGet /github |
RESTful endpoint for direct GitHub operations without using the MCP protocol. Supports all GitHub operation types through the 'type' parameter. |
| health | ||
| GET |
healthCheck /health |
Check the health status of the service |
GitHub MCP Server pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $2.99 / month | — |
|
| PRO | $5.99 / month | — |
|
| ULTRA Recommended | $15.99 / month | — |
|
| MEGA | $49.99 / month | — |
|