github-mcp-server-mcpb

kyletaylored/github-mcp-server-mcpb
★ 0 stars Unknown language API Integration Updated 1mo ago
MCPB wrapper for Github API to support desktop extensions.
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-mc": {
      "command": "npx",
      "args": [
        "-y",
        "kyletaylored/github-mcp-server-mcpb"
      ]
    }
  }
}