Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Aletheia Runtime Safety & Scope Creep Filter in other clients