Skip to content

yumafuu/gh-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GitHub MCP Server wrapper with automatic authentication for seamless GitHub integration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages