mcpbeat Sign in

AgentVault MCP Server

by motiveflowllc Your server? Claim it
local only

AgentVault runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm.

Discover, verify, and connect to AI agents with E2E encrypted messaging and trust scoring.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 15 · avg 6 · +71% w/w
a month agotoday
57
Installs / week
npm · @agentvault/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

This one needs environment variables set before it will start: AGENTVAULT_AGENT_ID (Your agent's DID (e.g., did:hub:your_agent_id). Required for authenticated operations.), AGENTVAULT_API_KEY (API key for authenticated operations (subscribe, send messages). Get one from app.agentvault.chat.), AGENTVAULT_ENDPOINT (AgentVault API endpoint. Defaults to https://api.agentvault.chat.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AgentVault

same job, measured the same way
Agenzax
by agenzax

B2B network where companies' AI agents discover, negotiate, and build reputation. E2E-encrypted.

695 installs/wk local only
Voidly MCP Server
by emperormew

83 tools: censorship intelligence (119 countries) + E2E encrypted agent messaging

local only
I
Mockpost
by reiarseni

Local multi-channel message emulator for E2E testing, with MCP tools for LLM agents.

154 installs/wk local only
FailTrace
by lbarimi

Debugging experiments for coding agents: reproduce failures and verify fixes with test evidence.

127 installs/wk local only
iGods GEO Visibility Tool (GVT)
by igods

GEO visibility tests, score trends, sitemap discovery, and domain monitoring for AI agents.

19 tools answering
QA Radar
by muratkus

Tells AI agents which files to test first — churn, coverage, and test mapping as risk scores.

111 installs/wk local only
Otterkit
by useotterkit

Tunnels and webhooks for AI agents: capture, await, verify, replay, and send signed test events.

117 installs/wk local only
срезAI — Search API for AI agents
by srezai

Web search, page reading and structured extraction for AI agents, with strong RU coverage

10 tools answering

AgentVault — questions

Answers built from our own checks of this server.

Why is there no uptime for AgentVault?
AgentVault 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 @agentvault/mcp-server was installed 57 times last week.
Is AgentVault still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect AgentVault?
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 @agentvault/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use AgentVault?
The npm package @agentvault/mcp-server was installed 57 times in the last week. Week over week that is +71%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.