Securedact MCP

SecuRedact is a local-first privacy and security layer for AI agents and AI workflows. It detects and protects sensitive data - personal data / PII, GDPR-sensitive information, credentials, API keys, tokens, secrets, and sensitive files - before that data reaches models, tools, files, or external destinations. Its 6 documented tools cluster into prepare, analyze, redact, restore.

People who work with ai security, data protection and gemini and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 2 · #48 OF 204 MAINTAINED SECURITY · VERIFIED 2026-09-18

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Securedact MCP

Claude Code

claude mcp add giganteshji-securedact-mcp -- uvx securedact-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "giganteshji-securedact-mcp": {
      "command": "uvx",
      "args": [
        "securedact-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-31 - young repo, little track record yet

license Apache-2.0 - declared in the repository

pypi package securedact-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.GigantesHJI is GitHub-verified and matches the repo owner

03 · What Securedact MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 6 documented tools across prepare, analyze, redact, including prepare_for_external_ai, analyze_text, redact_text, restore_text.

Capability map

Tools grouped from the project's README - what Securedact MCP lets an agent do.

Prepare

1 tool - e.g. Recommended complete safe workflow

prepare_for_external_ai

Analyze

1 tool - e.g. Lower-level local analysis/review

analyze_text

Redact

1 tool - e.g. Lower-level compatibility operation

redact_text

Restore

1 tool - e.g. Consume a local opaque session

restore_text

create & write

1 tool - e.g. Write approved .txt/.md content under one configured root

create_safe_copy

Securedact

1 tool - e.g. Safely read a local file and return only sanitized text

securedact_read_file

Latest releases

v0.6.0 · 2026-09-16

v0.5.0 · 2026-08-31

v0.4.2 · 2026-08-24

04 · Who maintains Securedact MCP

Securedact MCP is maintained by giganteshji. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
security - ranked #48 of 204 actively-maintained security servers as of 2026-09-18.
release cadence
9 releases in the last 90 days (latest 2026-09-16)
registry
io.github.GigantesHJI/securedact-mcp (active, first published 2026-08-20)
packages
pypi:securedact-mcp

06 · Securedact MCP FAQ

Is Securedact MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 9 releases in the last 90 days. We re-verify nightly.

What can Securedact MCP do?

An agent gets 6 documented tools across prepare, analyze, redact, including prepare_for_external_ai, analyze_text, redact_text, restore_text.

How do I install Securedact MCP?

Run `uvx securedact-mcp`. You can also paste the ready-made client config above.

Does Securedact MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Securedact MCP

More security MCP servers · Bastion (gowthaman90) · Grovs · Coach Watts · Bug Bounty Intelligence

More Python MCP servers · Decker · Maya MCP · Argentum · Note MCP Server · RE-call MCP Memory Server · see all