github-mcp-server

ibmkevin/github-mcp-server
★ 0 stars JavaScript Search Updated 3d ago
MCP server exposing GitHub utility tools: search repos, list issues, read file contents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ibmkevin/github-mcp-server"
      ]
    }
  }
}