correctover mcp server for Zed
io.github.correctover/correctover-mcp-server
Real-time LLM output verification with 6-dim contract validation and auto-failover across providers.
client:Zed
transport:stdio
runtime:npm
Install correctover mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"correctover-mcp-server": {
"command": "npx",
"args": [
"-y",
"correctover-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs