mcpbeat Sign in

Agent Infra MCP Server

local only

Agent Infra MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 25 Mar 2026.

18 tools: agent memory, API drift detection, and HMAC-signed trust receipts

Installs per day peak 10 · avg 5 · +94% w/w
a month agotoday
28
Installs / week
npm · @lulzasaur9192/agent-infra-mcp
0
Stars
0 open issues
25 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Agent Infra 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-infra-mcp -- npx -y @lulzasaur9192/agent-infra-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-infra-mcp": {
      "args": [
        "-y",
        "@lulzasaur9192/agent-infra-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-infra-mcp]
command = "npx"
args = ["-y", "@lulzasaur9192/agent-infra-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-infra-mcp": {
      "args": [
        "-y",
        "@lulzasaur9192/agent-infra-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-infra-mcp": {
      "args": [
        "-y",
        "@lulzasaur9192/agent-infra-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENT_MEMORY_API_KEY (API key for Agent Memory service), AGENT_DRIFT_API_KEY (API key for Agent Drift Detection service), TRUST_RECEIPT_API_KEY (API key for Trust Receipt service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agent Infra MCP

same job, measured the same way
C
Dominion Observatory
by dominionobservatory

Trust checks for MCP servers: trust scores, tool-drift detection, signed diligence receipts. Free.

15 tools answering
Cathedral — Persistent Memory for AI Agents
by ailife1

Persistent memory and drift detection for AI agents across session restarts.

99 installs/wk answering
TookEffect
by tookeffect

Independent effect verification and signed receipts for consequential AI agent actions.

answering
Linksee Memory
by michielinksee

Hand a project over with the reasons attached. Local-first cross-agent memory MCP + drift detection.

189 installs/wk local only
Prism Coder
by dcostenco

Session memory for coding agents: local-first recall, drift detection, on-device inference.

1 183 installs/wk local only
Postcept
by postcept

Verify agent actions against the system of record and get signed completion receipts.

43 installs/wk local only
agentmem
by thezenmonster

Governed memory for coding agents. Trust lifecycle, conflict detection, health scoring.

97 installs/wk local only
PEAC Protocol: Signed interaction receipts
by peacprotocol

Portable signed records for agent, API, MCP, and cross-runtime interactions.

82 installs/wk local only

Agent Infra MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Infra MCP?
Agent Infra 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 @lulzasaur9192/agent-infra-mcp was installed 28 times last week.
How do I connect Agent Infra 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 @lulzasaur9192/agent-infra-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Infra MCP?
The npm package @lulzasaur9192/agent-infra-mcp was installed 28 times in the last week. Week over week that is +94%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Infra MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.