mcpbeat Sign in

Clawvault MCP Server

by andrewszk Your server? Claim it
local only

Clawvault MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 6 Mar 2026.

AI agent payment security - spending limits, whitelists, and human approval.

Installs per day peak 28 · avg 9 · -34% w/w
a month agotoday
47
Installs / week
npm · clawvault-mcp-server
0
Stars
0 open issues
6 Mar 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository andrewszk/clawvault-mcp-server
пакет clawvault-mcp-server ссылается на clawvault/mcp-server

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add clawvault-mcp-server -- npx -y clawvault-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clawvault-mcp-server": {
      "args": [
        "-y",
        "clawvault-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clawvault-mcp-server]
command = "npx"
args = ["-y", "clawvault-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "clawvault-mcp-server": {
      "args": [
        "-y",
        "clawvault-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clawvault-mcp-server": {
      "args": [
        "-y",
        "clawvault-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLAWVAULT_API_KEY (Your ClawVault API key from the dashboard). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clawvault MCP Server

same job, measured the same way
Agentpay Sentinel MCP
by rumblingb

Security guardrails for AI agent payments

local only
Agentlock
by olum289

Security gateway for AI agents: policy, approval, and audited execution, no secrets shared.

answering
MCP Process
by digital-defiance

Process management and monitoring for AI agents with strict security boundaries

62 installs/wk local only
Clevername
by alexfloyd13

AI agent governance — security scanning, BYOK routing, audit logging, and Council approvals.

58 installs/wk local only
HOL Guard
by hashgraph-online

Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.

90 145 installs/wk local only
Defenter Proxy
by defenter-ai

Real-time semantic security for AI coding agents and MCP tools

122 installs/wk local only
Allowance MCP
by useallowance

Secure agent purchasing with human-approved virtual cards, receipts, and audit trails.

answering
MCP Audit Server
by joepangallo

Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend

31 installs/wk local only

Clawvault MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Clawvault MCP Server?
Clawvault MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package clawvault-mcp-server was installed 47 times last week.
How do I connect Clawvault MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls clawvault-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Clawvault MCP Server?
The npm package clawvault-mcp-server was installed 47 times in the last week. Week over week that is -34%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clawvault MCP Server open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.