selvage for Zed
io.github.selvage-lab/selvage
An LLM-based code review MCP server with AST-powered smart context extraction
client:Zed
transport:stdio
runtime:pypi
Install selvage in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"selvage": {
"command": "uvx",
"args": [
"selvage"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs