Odel
securecode mcp

securecode mcp

Local
@juanisidoro1TypeScriptMITUpdated 5mo ago

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

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

npm@securecode/mcp-serverv0.15.2

Run

npx -y @securecode/mcp-server

MCP client config

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