Skip to content
Zed

Securedact MCP for Zed

io.github.giganteshji/securedact-mcp

Local-first privacy MCP server for sensitive AI workflows

client:Zed transport:stdio runtime:pypi

Install Securedact MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Securedact MCP in other clients