merge-god

jrepp/merge-god
★ 0 stars Python AI/LLM Updated 1d ago
Merge god dashboard, state management, 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": {
    "merge-god": {
      "command": "uvx",
      "args": [
        "merge-god"
      ]
    }
  }
}

Or install with pip: pip install merge-god

README Excerpt

Automated PR processing system that uses `bob` (an AI assistant wrapper) to continuously process and merge pull requests. - **[PRD.md](PRD.md)** - Product requirements tracker (features, priorities, status) - **[ADR.md](ADR.md)** - Architecture decision records (design choices, rationale) - **[DEVELOPMENT.md](DEVELOPMENT.md)** - Development setup and workflows

Tools (18)

bobcheck_merge_conflictsdoormatfatal_errorfetch_prsgather_pr_contextget_pr_commentsget_pr_commitsget_pr_detailsget_pr_diffget_pr_filesget_pr_review_commentsiterationnotificationprocess_prshutdownstartupsync_repo