Skip to content
Cline

1Claw Vault for Cline

io.github.1clawai/1claw-mcp

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

client:Cline transport:stdio runtime:npm

Install 1Claw Vault in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "1claw-mcp": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

1Claw Vault in other clients