Back to MCP Servers

Selvage

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

developer-toolsllm

Installation

npx -y selvage

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub