mcpbeat Sign in

Vaultguard MCP Server

local only

Vaultguard MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 4 Aug 2026.

VaultGuard MCP Server - Yearn V3 / DeFi vault security and analysis tools for AI coding agents....

Installs per day peak 9 · avg 2 · +14% w/w
a month agotoday
23
Installs / week
npm · vaultguard-mcp
0
Stars
4 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 9 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.

            UPDATE insurance_fund
            SET total_balance = total_balance + $1,
            const ret = new Function(getStringFromWasm0(arg0, arg1));
            result = subprocess.run(cmd, shell=True, capture_output=True, text=True, cwd=self.project_root, timeout=120)
            result = subprocess.run(cmd, shell=True, capture_output=True, text=True, cwd=self.project_root, timeout=120)
Executes code built at runtime src/infra/agents/orchestrator.py:45
            module = __import__(module_name)
        "input": "0x6080346100b757601f610afb38819003918201601f19168301916001600160401b038311848410176100bb5780849260409485528339810103126100b757610052602061004b836100cf565b92016100cf565b6001600160a01b03918216919082156100a5571680156100a55760048054600380546001600160a01b031916909317…
                  placeholder="https://hooks.slack.com/services/..."
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

CI pipeline leaks secrets outward .github/workflows/deploy-testnet.yml:126
            --rpc-url ${{ secrets.SEPOLIA_RPC_URL || 'https://rpc.sepolia.org' }} \

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 vaultguard-mcp -- npx -y vaultguard-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vaultguard-mcp": {
      "args": [
        "-y",
        "vaultguard-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vaultguard-mcp]
command = "npx"
args = ["-y", "vaultguard-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vaultguard-mcp": {
      "args": [
        "-y",
        "vaultguard-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vaultguard-mcp": {
      "args": [
        "-y",
        "vaultguard-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Vaultguard MCP

same job, measured the same way
Bridgeguard MCP
by kota1026

BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...

27 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
CrowdStrike Falcon MCP Server
by crowdstrike

Connects AI agents with CrowdStrike Falcon for security analysis and automation.

10 994 installs/wk local only
SymbioticSec
by symbioticsec

Symbiotic CLI MCP Server for security scanning and analysis

68 installs/wk local only
Aguara MCP
by garagon

Security scanner for AI agent skills and MCP servers

local only
Virustotal
by burtthecoder

MCP server for querying VirusTotal API with comprehensive security analysis tools.

301 installs/wk local only
MCP Server for OSCAL
by awslabs

AI agent tools for Open Security Controls Assessment Language (OSCAL)

156 installs/wk local only
npm MCP
by alisaitteke

MCP server for npm package management, security analysis, and compatibility checking

34 installs/wk local only

Vaultguard MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Vaultguard MCP?
Vaultguard MCP 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 vaultguard-mcp was installed 23 times last week.
How do I connect Vaultguard MCP?
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 vaultguard-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vaultguard MCP?
The npm package vaultguard-mcp was installed 23 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vaultguard MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.