Aletheia Runtime Safety & Scope Creep Filter for Zed
io.github.vikasny30/aletheia-mcp
Deterministic pre-execution filter that blocks known scope-creep and prompt-injection tool calls
client:Zed
transport:stdio
runtime:npm
Install Aletheia Runtime Safety & Scope Creep Filter in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aletheia-mcp": {
"command": "npx",
"args": [
"-y",
"aletheia-mcp"
],
"env": {
"ALETHEIA_ALLOW_WRITE": "<ALETHEIA_ALLOW_WRITE>",
"ALETHEIA_ALLOW_NETWORK": "<ALETHEIA_ALLOW_NETWORK>",
"ALETHEIA_ALLOW_LOOPBACK": "<ALETHEIA_ALLOW_LOOPBACK>",
"ALETHEIA_OPERATOR_SECRET": "<ALETHEIA_OPERATOR_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs