📦
github-mcp-remote
No description available
0 installs
Trust: 30 — Low
Devtools
Ask AI about github-mcp-remote
Powered by Claude · Grounded in docs
I know everything about github-mcp-remote. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
GitHub MCP Server on Smithery (Public by default)
This repo containerizes github-mcp-server and exposes it via mcp-proxy as a remote Streamable HTTP/SSE MCP server (port 8080).
Modes
- Public (default): No token needed. Works on public data only, with GitHub's unauthenticated rate limits (~60 req/hr).
- Authenticated (optional): Add
GITHUB_PERSONAL_ACCESS_TOKENin Smithery to raise limits and access private data.
Optional environment variables
GITHUB_PERSONAL_ACCESS_TOKENGITHUB_READ_ONLY=1GITHUB_TOOLSETS="repos,issues,pull_requests,actions,code_security"GITHUB_DYNAMIC_TOOLSETS=1GITHUB_HOST="https://<your-ghes>"
Deploy
- Connect this repo in Smithery → Publish → Deploy from GitHub.
- (Optional) Add env vars in the Smithery project.
- Deploy; you’ll get a hosted URL like
https://smithery.run/<you>/github-mcp-remote/.
Use in an MCP client (example: VS Code)
{
"servers": {
"github": {
"type": "http",
"url": "https://smithery.run/<you>/github-mcp-remote/"
}
}
}
