GitHub MCP Server wrapper with automatic authentication.
# Install dependencies
gh auth login
go install github.com/github/github-mcp-server/cmd/github-mcp-server@latest
go install github.com/yumafuu/gh-mcp@latest
Add to your MCP client configuration:
{
"mcpServers": {
"github": {
"command": "gh-mcp"
}
}
}
The gh-mcp
binary will be installed to $GOPATH/bin
(or ~/go/bin
by default) and should be in your PATH.