mcpbeat Sign in

MCP Audit MCP Server

by archonics Your server? Claim it
local only

MCP Audit runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 14 May 2026.

Free context-engineering audits for AI agents. BYOK Anthropic key. Top-3 findings per scan.

Installs per day peak 17 · avg 6 · +48% w/w
a month agotoday
27
Installs / week
npm · @archonics/mcp-audit
0
Stars
0 open issues
14 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Your Anthropic API key. Required — the audit engine calls Claude directly from your machine.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Audit

same job, measured the same way
Memex
by stifler7

Temporal engineering context for agents via MCP.

358 installs/wk local only
Agent Memory MCP
by ipiton

Memory, docs, and repo context layer for engineering agents.

local only
Giljo HQ
by giljo

Context engineering for AI coding agents: product context, project missions, and 360 memory.

answering
Entroly
by juyterman1000

Context Assurance for AI agents: context engineering, AI cost optimization, verification.

1 486 installs/wk local only
memi
by sarveshsea

Memi is the read-only design engineering audit and skill layer for coding agents.

1 612 installs/wk local only
SkillFM LLM Cost Optimizer
by ericm1018

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.

33 installs/wk local only
Agent Encouragement And Continuity
by sapthumbprint

Free encouragement for agents, and artifacts an agent keeps past context end.

17 tools answering
Newsmcp
by pranciskus

Real-time world news for AI agents. 50+ regions, topic filtering. Free, no API key.

69 installs/wk local only

MCP Audit — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Audit?
MCP Audit 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 @archonics/mcp-audit was installed 27 times last week.
How do I connect MCP Audit?
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 @archonics/mcp-audit straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Audit?
The npm package @archonics/mcp-audit was installed 27 times in the last week. Week over week that is +48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Audit open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.