GitHub-DevTools-MCP-Server

yashgarg4/GitHub-DevTools-MCP-Server
★ 0 stars Python 🤖 AI/LLM Updated today
An MCP (Model Context Protocol) server that provides GitHub repository tools and Gemini-powered AI helpers for Claude Desktop, Cursor, or any MCP-compatible client.
View on GitHub →

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-devtools-mcp-": {
      "command": "uvx",
      "args": [
        "github-devtools-mcp-server"
      ]
    }
  }
}

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