evolveguard for Zed
io.github.rudrendupaul/evolveguard
Wraps the evolveguard CLI as a single generic MCP tool for agent-skill file safety checks.
client:Zed
transport:stdio
runtime:pypi
Install evolveguard in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"evolveguard": {
"command": "uvx",
"args": [
"evolveguard-cli"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs