GitHub-analyzer-MCP-Server

VirajsNexus/GitHub-analyzer-MCP-Server
★ 0 stars Python API Integration Updated today
MCP server that analyzes GitHub repositories and provides intelligent project insights.
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-analyzer-mcp-": {
      "command": "uvx",
      "args": [
        "github-analyzer-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install github-analyzer-mcp-server