selvage-lab/selvage
LLM-based code review MCP server with AST-powered smart context extraction. Supports Claude, GPT, Gemini, and 20+ models via OpenRouter.
Quick Start
Clone the repository:
git clone https://github.com/selvage-lab/selvageClaude Desktop configuration example:
{
"mcpServers": {
"selvage": {
"command": "npx",
"args": [
"-y",
"selvage-lab/selvage"
]
}
}
}Check the repository README for specific installation and configuration instructions.