Aletheia Runtime Safety & Scope Creep Filter

Aletheia Runtime Safety & Scope Creep Filter

Local
@vikasny301TypeScriptUpdated 3 days ago

Deterministic pre-execution filter that blocks known scope-creep and prompt-injection tool calls

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmaletheia-mcpv0.3.1

Run

npx -y aletheia-mcp

MCP client config

{
  "mcpServers": {
    "aletheia-runtime-safety-scope-creep-filter": {
      "command": "npx",
      "args": [
        "-y",
        "aletheia-mcp"
      ]
    }
  }
}