Skip to main content
Developer ToolsPython

selvage-lab/selvage

LLM-based code review MCP server with AST-powered smart context extraction. Supports Claude, GPT, Gemini, and 20+ models via OpenRouter.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/selvage-lab/selvage

Claude Desktop configuration example:

{
  "mcpServers": {
    "selvage": {
      "command": "npx",
      "args": [
        "-y",
        "selvage-lab/selvage"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
selvage-lab