MCP Nest

Deploy @modelcontextprotocol/server-github
to MCP Nest

Run this MCP server in the cloud. No local install, no Docker, just click deploy.

$ npx -y @modelcontextprotocol/server-github
Runs in the cloud Works with Claude, ChatGPT & more Ready in seconds

Server Details

Name
server-github
Transport
stdio
Package Manager
npx
Package
@modelcontextprotocol/server-github
Environment Variables
GITHUB_TOOLSETS = repos,issues,pull_requests
{
  "mcpServers": {
    "server-github": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "command": "npx",
      "env": {
        "GITHUB_TOOLSETS": "repos,issues,pull_requests"
      },
      "transport": {
        "type": "stdio"
      }
    }
  }
}