Odel
mcp server vault

mcp server vault

Local
@aiwerkTypeScriptMITUpdated 4w ago

Bitwarden/Vaultwarden for agents: list tagged items, TOTP codes, one-time Sends, save new secrets.

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@aiwerk/mcp-server-vaultv0.2.1

Run

npx -y @aiwerk/mcp-server-vault

MCP client config

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