GitHub MCP server template

Template for wiring a GitHub MCP server with token-based auth.

6/19/2026 · 19 viewsMCP config

← Browse

{ "mcpServers": { "github": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-github"], "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}" } } } }