Skip to content
Cursor

Securedact MCP for Cursor

io.github.giganteshji/securedact-mcp

Local-first privacy MCP server for sensitive AI workflows

client:Cursor transport:stdio runtime:pypi

Install Securedact MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Securedact MCP in other clients