GitHub-Intelligence-MCP-Server

rupakkumar-76319/GitHub-Intelligence-MCP-Server
★ 0 stars Python AI/LLM Updated today
An AI-powered GitHub MCP Server that enables AI assistants to interact with GitHub through structured tools for repository analysis, issue management, pull request insights, and developer workflows. Built with Python and FastMCP with a focus on reliability, scalability, and clean architecture.
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-intelligence-": {
      "command": "uvx",
      "args": [
        "github-intelligence-mcp-server"
      ]
    }
  }
}

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