Skip to content
Claude Desktop

securecode for Claude Desktop

io.github.juanisidoro/securecode

Secrets vault for Claude Code with audit logs, access rules, and AES-256 encryption.

client:Claude Desktop transport:stdio runtime:npm

Install securecode in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "securecode": {
      "command": "npx",
      "args": [
        "-y",
        "@securecode/mcp-server"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

securecode in other clients