Odel
Securedact MCP

Securedact MCP

Local
@giganteshji2PythonApache-2.0Updated Today

Local-first privacy MCP server for sensitive AI workflows

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).

PyPIsecuredact-mcpv0.2.1

Run

uvx securedact-mcp

MCP client config

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