Odel
secure vault mcp

secure vault mcp

Local
@mdfifty50-boopJavaScriptUpdated 4mo ago

Encrypted secrets and credential management for agents

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

npmsecure-vault-mcpv0.1.1

Run

npx -y secure-vault-mcp

MCP client config

{
  "mcpServers": {
    "secure-vault-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "secure-vault-mcp"
      ]
    }
  }
}