HomeSecurity › tamperlens-mcp

tamperlens-mcp

Was this document edited, did its redactions hold, is it safe for a model to read — Tamperlens API.

TypeScript Cloud macOSWindowsLinux
★ 0 stars Last pushed 2026-08-25 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.36.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "tamperlens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "TAMPERLENS_API_KEY": "<YOUR_VALUE>",
        "TAMPERLENS_BASE_URL": "<YOUR_VALUE>",
        "TAMPERLENS_ALLOWED_DIRS": "<YOUR_VALUE>"
      }
    }
  }
}
  • TAMPERLENS_API_KEY secret — Optional. Without it the anonymous allowance applies (10 documents/hour); a free key from tamperlens.com/account raises it. compare_documents requires a key.
  • TAMPERLENS_BASE_URL — Optional. Defaults to the public deployment at https://tamperlens.com.
  • TAMPERLENS_ALLOWED_DIRS — Optional. Colon- or comma-separated absolute directories to confine local file reads to. Unset means any absolute path the process can read (the default). Set it to an intake directory so a path argument cannot reach secrets like ~/.ssh or a stray .env; symlinks out of a root are resolved and refused.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry