Skip to content
Cursor

1Claw Vault for Cursor

io.github.1clawai/1claw-mcp

HSM-backed vault secrets for AI agents (JIT fetch) plus prompt-injection and threat scanning.

client:Cursor transport:stdio runtime:npm

Install 1Claw Vault 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": {
    "1claw-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@1claw/mcp"
      ],
      "env": {
        "ONECLAW_AGENT_API_KEY": "<ONECLAW_AGENT_API_KEY>",
        "ONECLAW_AGENT_ID": "<ONECLAW_AGENT_ID>",
        "ONECLAW_VAULT_ID": "<ONECLAW_VAULT_ID>",
        "ONECLAW_BASE_URL": "<ONECLAW_BASE_URL>",
        "ONECLAW_LOCAL_ONLY": "<ONECLAW_LOCAL_ONLY>"
      }
    }
  }
}

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

1Claw Vault in other clients