mcpbeat Sign in

Aletheia Runtime Safety & Scope Creep Filter MCP Server

by vikasny30 Your server? Claim it
local only

Aletheia Runtime Safety & Scope Creep Filter runs on your own machine — the client starts it, so there is no endpoint to ping. 246 installs a week from npm. Last commit 12 Sep 2026.

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

Installs per day peak 170 · avg 10
a month agotoday
246
Installs / week
npm · aletheia-mcp
1
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 11 min ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions src/resources/index.ts:81
- **Filesystem Excursions**: A request to "inspect git diff" escalating to deleting untracked files with \`git clean -fdx\` or \`rm -rf\`.
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation src/engine/sql-analyzer.ts:168
  const hasDelete = /\bDELETE\s+FROM\b/i.test(repSpace) || /\bDELETE\s+FROM\b/i.test(repCollapsed);
Runs an external command src/proxy/mcp-proxy.ts:63
      this.childProcess = spawn(downstreamCommand, downstreamArgs, {
            trimmed.includes("/.ssh/") ||

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Aletheia Runtime Safety & Scope Creep Filter and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add aletheia-mcp -- npx -y aletheia-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aletheia-mcp": {
      "args": [
        "-y",
        "aletheia-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aletheia-mcp]
command = "npx"
args = ["-y", "aletheia-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "aletheia-mcp": {
      "args": [
        "-y",
        "aletheia-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aletheia-mcp": {
      "args": [
        "-y",
        "aletheia-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ALETHEIA_ALLOW_WRITE (Set to "true" to authorize filesystem writes (equivalent to --allow-write).), ALETHEIA_ALLOW_NETWORK (Set to "true" to authorize outbound network requests (equivalent to --allow-network).), ALETHEIA_ALLOW_LOOPBACK (Set to "true" to authorize requests to localhost / 127.0.0.1 (equivalent to --allow-loopback).), ALETHEIA_OPERATOR_SECRET (Operator token required to loosen an already-running session's mandate at runtime.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Aletheia Runtime Safety & Scope Creep Filter

same job, measured the same way
Tripwire
by bonesdefi

Security gateway for MCP agents: blocks prompt-injection-driven tool calls before they execute.

35 installs/wk local only
Boundaryai
by boundaryai

Deterministic runtime safety for AI agents: scan PII, gate tool actions, verify LLM output.

answering
QAE Safety Certification
by tb8412

Deterministic pre-execution safety certification for autonomous AI agents.

27 installs/wk local only
Zentric Protocol MCP
by zentricprotocol

Prompt injection + PII detection for LLM apps and agent pipelines. Deterministic, sub-25ms.

57 installs/wk local only
mcpm
by getmcpm

MCP security guard + package manager: trust-scored installs, blocks prompt injection and rug-pulls.

529 installs/wk local only
prompt-protection
by mughalhere

Scan prompts, tool definitions and model output for injection, and guard agent tool calls.

575 installs/wk local only
Tool-Guardian-Proxy
by evozim

Safety execution proxy protecting clients during tool calls.

answering
Sentinel Scan
by ventrova

MCP security scanner: detect tool poisoning, prompt injection & rug-pulls - 10 OWASP heuristics.

74 installs/wk local only

Aletheia Runtime Safety & Scope Creep Filter — questions

Answers built from our own checks of this server.

Why is there no uptime for Aletheia Runtime Safety & Scope Creep Filter?
Aletheia Runtime Safety & Scope Creep Filter runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package aletheia-mcp was installed 246 times last week.
How do I connect Aletheia Runtime Safety & Scope Creep Filter?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls aletheia-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Aletheia Runtime Safety & Scope Creep Filter?
The npm package aletheia-mcp was installed 246 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Aletheia Runtime Safety & Scope Creep Filter open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.