mcpbeat Sign in

Strac MCP DLP MCP Server

local only

Strac MCP DLP runs on your own machine — the client starts it, so there is no endpoint to ping. 742 installs a week from pypi. Last commit 4 Sep 2026.

Detect and redact PII, PHI, PCI and secrets in text and files before an AI agent sees them.

742
Installs / week
pypi · strac-mcp-dlp
7
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Strac MCP DLP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 strac-mcp-dlp -- uvx strac-mcp-dlp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "strac-mcp-dlp": {
      "args": [
        "strac-mcp-dlp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.strac-mcp-dlp]
command = "uvx"
args = ["strac-mcp-dlp"]
.cursor/mcp.json
{
  "mcpServers": {
    "strac-mcp-dlp": {
      "args": [
        "strac-mcp-dlp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "strac-mcp-dlp": {
      "args": [
        "strac-mcp-dlp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: STRAC_API_KEY (Strac API key. Request one at https://www.strac.io/mcp-integrations. Keys are prefixed sk_live_ (production) or sk_test_ (sandbox).), STRAC_API_BASE (Override the Strac API base URL. Defaults to https://api.live.tokenidvault.com for sk_live_ keys and https://api.test.tokenidvault.com for sk_test_ keys.), STRAC_API_TIMEOUT (Request timeout in seconds. Defaults to 60.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Strac MCP DLP

same job, measured the same way
Shellward
by jnmetacode

AI agent security: 7 MCP tools for injection detection, PII scanning, command safety, DLP.

235 installs/wk local only
hush
by royashbrook

A secret store for AI agents: the agent never sees the plaintext.

1 tools answering
O
Redaction
by secureai

Takes the people out of text before a model sees it, and puts them back in the reply.

2 tools answering
MCP Secret Scrub
by sudo-ai-git

Deterministic no-LLM MCP server that scrubs secrets before they reach an agent. Never leaks values.

91 installs/wk local only
Leakferret
by leakferrethq

Context-aware secret scanner: lets an AI agent scan, verify, and rewrite secrets before committing.

60 installs/wk local only
Releaseguard
by rudrendupaul

Scans datasets/models for PII/secrets, redacts, and packages a public-release bundle via MCP.

94 installs/wk local only
Mund — MCP Security Scanner
by tyox-all

Scan for prompt injection, secrets, PII, and vet MCP servers before installation

48 installs/wk local only
Shadowgate MCP
by josephibra

Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.

answering

Strac MCP DLP — questions

Answers built from our own checks of this server.

Why is there no uptime for Strac MCP DLP?
Strac MCP DLP 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 pypi package strac-mcp-dlp was installed 742 times last week.
How do I connect Strac MCP DLP?
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 strac-mcp-dlp straight from pypi; nothing to host, nothing to sign up for.
How many people use Strac MCP DLP?
The pypi package strac-mcp-dlp was installed 742 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 Strac MCP DLP open source?
Yes — it is published under the MIT licence, written in Python and 7 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.