Skip to content
Cursor

agentvault for Cursor

io.github.bch1212/agentvault

Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.

client:Cursor transport:stdio runtime:npm

Install agentvault in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentvault": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentvault-mcp"
      ],
      "env": {
        "AGENTVAULT_API_URL": "<AGENTVAULT_API_URL>",
        "AGENTVAULT_AGENT_KEY": "<AGENTVAULT_AGENT_KEY>"
      }
    }
  }
}

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

agentvault in other clients