RepoPilot

QY-25123/RepoPilot
★ 0 stars Python AI/LLM Updated today
RepoPilot is an AI-powered GitHub repository analyst built with the OpenAI Agents SDK and GitHub MCP Server. It autonomously investigates repositories, gathers evidence through tool calls, generates structured implementation plans, and performs GitHub actions with human approval.
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": {
    "repopilot": {
      "command": "uvx",
      "args": [
        "repopilot"
      ]
    }
  }
}

Or install with pip: pip install repopilot

README Excerpt

GitHub Repository Analyst Agent — built with FastAPI, OpenAI Agents SDK, and GitHub MCP. ```bash cp .env.example .env # fill in OPENAI_API_KEY and GITHUB_TOKEN pip install -e ".[dev]" repopilot serve ``` ```bash docker compose -f docker/docker-compose.yml up ```