github-mcp-server-js

wuqunfei/github-mcp-server-js
★ 0 stars TypeScript DevOps Updated today
A Github server running on nodejs, without docker/go/python dependencies
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-js": {
      "command": "npx",
      "args": [
        "-y",
        "wuqunfei/github-mcp-server-js"
      ]
    }
  }
}