📦
Gh MCP
GitHub MCP Server wrapper with automatic authentication for seamless GitHub integration
0 installs
1 stars
Trust: 41 — Fair
Devtools
Installation
npx gh-mcpAsk AI about Gh MCP
Powered by Claude · Grounded in docs
I know everything about Gh MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
gh-mcp
GitHub MCP Server wrapper with automatic authentication.
Setup
# 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
MCP Configuration
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.
