🔌 MCP Servers
github-mcp-remote
This repo containerizes [github-mcp-server](https://github.com/github/github-mcp-server) and exposes it via [mcp-proxy](https://pypi.org/project/mcp-proxy/) as a remote **Streamable HTTP/SSE** MCP ser
Description
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/"
}
}
}
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!