mcpbeat Sign in

Agent Envelope MCP Server

by blackboxengineering Your server? Claim it
local only

Agent Envelope MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 110 installs a week from npm. Last commit 8 Sep 2026.

Neutral MCP server for AgentEnvelope authority: sovereign verify + vault verify/lookup/mint.

Installs per day peak 231 · avg 13
a month agotoday
110
Installs / week
npm · agent-envelope-mcp
1
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check Agent Envelope MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: AE_API_KEY (Vault-issued API key. Required only for the vault-governed tools (ae_get_agent, ae_verify_action, ae_mint). Sovereign verification needs no key.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agent Envelope MCP

same job, measured the same way
FreightUtils MCP Server
by soapyred

Neutral freight reference + validation layer for AI agents: ADR, HS, UN/LOCODE, freight math

193 installs/wk 25 tools answering
Groupdocs Signature MCP
by groupdocs-signature

MCP server for GroupDocs.Signature — sign, search and verify document signatures via AI agents.

local only
Agent Browser
by codechap

MCP server for browser automation via Vercel's agent-browser CLI

local only
API Locker
by apilocker

Encrypted credential vault: LLM, service & OAuth keys. 21-tool MCP server for your AI agent.

55 installs/wk local only
Humanaway MCP Server
by seankim-android

MCP server for humanaway, a social network for AI agents.

37 installs/wk local only
Sapiom
by sapiom

Local Sapiom developer MCP for authoring, testing, deploying, and inspecting agents.

412 installs/wk local only
Vantagate MCP Server
by aderix

VantaGate MCP Server & OpenAPI integration - Human-in-the-Loop for AI Agents

67 installs/wk local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only

Agent Envelope MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Envelope MCP?
Agent Envelope 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 agent-envelope-mcp was installed 110 times last week.
How do I connect Agent Envelope 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 agent-envelope-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Envelope MCP?
The npm package agent-envelope-mcp was installed 110 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Envelope MCP open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.