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).
Run
npx -y aletheia-mcp
MCP client config
{
"mcpServers": {
"aletheia-runtime-safety-scope-creep-filter": {
"command": "npx",
"args": [
"-y",
"aletheia-mcp"
]
}
}
}