github-pr-agent

Rishpan/github-pr-agent
★ 0 stars TypeScript AI/LLM Updated 7d ago
An agentic AI system that reads a GitHub issue, retrieves relevant code via RAG, and opens a draft pull request. Built on a custom MCP server..
View on GitHub → Try with Claude — $10 free →

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-pr-agent": {
      "command": "npx",
      "args": [
        "-y",
        "Rishpan/github-pr-agent"
      ]
    }
  }
}

README Excerpt

Work-in-progress: an agent that reads a GitHub issue, finds relevant code with RAG, and opens a draft PR. The pieces live in three packages under this repo. | Package | Status | |---------|--------| | `mcp-server/` | MCP server (stdio): `get_file`, `list_files`, `index_repo`, `semantic_search` | | `rag/` | Clone, AST chunking, Ollama embeddings, Chroma index + retrieval |

Tools (4)

get_fileindex_repolist_filessemantic_search