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
By selvage-lab
Installation
npx -y selvageConfiguration
{
"mcpServers": {
"selvage": {
"command": "npx",
"args": ["-y", "selvage"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes