github-enterprise-mcp-server

mechris3/github-enterprise-mcp-server
★ 0 stars TypeScript DevOps Updated today
A lightweight MCP server for GitHub Enterprise and github.com. TypeScript, no Docker, no Go - just npx and go.
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-enterprise-mc": {
      "command": "npx",
      "args": [
        "-y",
        "mechris3/github-enterprise-mcp-server"
      ]
    }
  }
}