Mmcp.market

1Claw Vault MCP server

by 1clawAI·io.github.1clawAI/1claw-mcp·v0.56.3

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

B82/100grade B
What users say
No reviews yet
Be the first
Safety scan
B82/100

full report

Adoption
Growing

2 stars1.2k downloads/wk

Reviews

Write one

Nobody has reviewed 1Claw Vault yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

1Claw Vault tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it

no findings
  • Code scan197 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner7/10
Overall 82/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the 1Claw Vault repository's README, as published. We do not edit it. Read it on GitHub

@1claw/mcp

⭐ Star 1clawAI/agent-templates — ready-to-run agent templates wired to 1Claw. It is our single starred repo.

<!-- mcp-name: io.github.1clawAI/1claw-mcp -->

Connect Cursor, Claude Desktop, VS Code, or any MCP client to your 1claw vault. The server exposes tools for secrets, signing, execution bindings, memory, automations, and more. Values are fetched at call time and are not cached in the model's context beyond the moment they are used.

Most teams use this instead of copying API keys into agent prompts or MCP config files. You register an agent, grant policy access to specific secret paths, and point the client at mcp.1claw.co or a local stdio process. The server handles JWT exchange and refresh from a single ocv_ key.

Local-only mode: Run without vault credentials for the security inspection tools only (e.g. inspect_content). Useful with Ollama or LM Studio when you want injection detection without a 1claw account.

Local daemon mode: Point at the local 1claw daemon (ONECLAWLOCALVAULT=true) so secrets never leave your machine. The daemon injects credentials into outbound HTTP requests; the model never sees the raw value.

API contract: Vault tools use the REST API from @1claw/openapi-spec. LLM traffic through Shroud is separate: agents call https://shroud.1claw.co with X-Shroud-Agent-Key and X-Shroud-Provider (required; e.g. openai). When the MCP server exchanges an agent API key for a JWT, that token may carry shroudconfig** for Shroud's PolicyEngine; MCP itself does not proxy LLM requests.

Transport Modes

The server supports two transport modes:

Set MCP_TRANSPORT=httpStream and PORT=8080 to run in hosted mode.

stdio and environment: The server does not cache a single vault client for the whole process. Each tool invocation builds a OneClawClient from the current process.env (ONECLAWAGENTAPIKEY, ONECLAWVAULT_ID, etc.), so changing env vars (or vault binding) takes effect on the next call without restarting the MCP process.

Agent environment auto-resolve (v0.52): When an agent is tagged with environment and envautoresolve: true, the resolveenv tool can omit environment and the Vault API uses the agent's tag from the JWT. Org setting env.enforceagentenvironmentscope blocks agents from resolving vars outside their tagged environment.

Policy engine v0.53: Access policies support policyschemaversion: 2 with expression-based txconditions.expression (mini DSL), expanded control-plane actionkindin consensus triggers, and multi-chain deep decode (Solana, Bitcoin, Tron) for signing-time policy evaluation. TEE attestation is available at GET https://shroud.1claw.co/v1/shroud/attestation (returns attestationlevel: none | identity | confidential | sevsnp plus confidentialclaims); audit chain verification at GET /v1/audit/verify.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @1claw/mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add 1claw-mcp -- npx -y @1claw/mcp
Add to Cursor

1Claw Vault: common questions

Is 1Claw Vault MCP server safe?
Mostly: it is graded B (82/100). Read the 1Claw Vault safety report
How do I install 1Claw Vault?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does 1Claw Vault need an API key?
Yes. The registry entry asks for ONECLAW_AGENT_API_KEY.
Is 1Claw Vault maintained?
The last commit was in the last day (2026-09-21). The latest release is v0.56.3.
What can I use instead of 1Claw Vault?
Servers from other publishers that do the same job: Dvalincode MCP server, prompt-protection MCP server and Agent-Native Analytics MCP server. Compare all 1Claw Vault alternatives.

Alternatives to 1Claw Vault

Same job from other publishers: the closest match first, then the best rated.

All 1Claw Vault alternatives →
  • Dvalincode
    Deterministic security scanning, no model or API key, plus offline-verifiable proof a fix worked.
    A
  • prompt-protection
    Scan prompts, tool definitions and model output for injection, and guard agent tool calls.
    A
  • Agent-Native Analytics
    Agent-Native Amplitude/Mixpanel - connect data sources, prompt for charts
    A
  • Godot MCP
    Agent-driven Godot playtesting: editor control, input injection, game-time stepping, live state.
    A
  • Image
    AI image generation and editing with prompt optimization and quality presets
    B

More from 1clawAI