5 hours ago
Swipe-to-review GitHub PRs with AI context. Paste a repo URL, get open PRs as a card stack with risk scores, AI summaries, similar past changes, and contributor history. Works as a Claude MCP plugin — review PRs directly from Claude Desktop or Cursor without a browser. 12 tools including risk scoring, semantic similarity search, caller lookup, and test coverage detection.
Server Config
{
"mcpServers": {
"swipr": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--streamableHttp",
"https://v0-swipr-build.vercel.app/api/mcp"
]
}
}
}