Skip to content
VS Code

Securedact MCP for VS Code

io.github.giganteshji/securedact-mcp

Local-first privacy MCP server for sensitive AI workflows

client:VS Code transport:stdio runtime:pypi

Install Securedact MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "securedact-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "securedact-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Securedact MCP in other clients