mcpbeat Sign in

Agent Audit MCP Server

by fullstackdegen Your server? Claim it
local only

Agent Audit runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 29 Jun 2026.

Turn Lighthouse audits into coding-agent fix packs for Claude Code, Cursor, and Copilot.

Installs per day peak 11 · avg 6 · +32% w/w
a month agotoday
32
Installs / week
npm · @fullstackdegen/agent-audit
5
Stars
0 open issues
29 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Agent Audit

same job, measured the same way
A
Can I Vibe? — AI coding provider status
by canivibe

Live status and health checks for AI coding providers: Claude, Cursor, Copilot, Codex and more.

2 tools answering
Pathmark
by hacksurvivor

Local-first intent and provenance for Codex, Claude Code, Cursor, Gemini CLI, and MCP agents.

64 installs/wk local only
Contextforge MCP
by alfredoizdev

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

197 installs/wk local only
AI Context Kit
by ofershap

Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.

52 installs/wk local only
ivygrep
by bvolpato

Local code search and task context packs for coding agents

local only
Uimax MCP
by prembobby39-gif

Frontend expert for Claude Code. Screenshots, Lighthouse, axe-core, code analysis, auto-fix.

54 installs/wk local only
Aiko
by masa-san-jp

A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code

37 installs/wk local only
Yocoolab
by jonahbkerr

Pin visual feedback on any live web page and send it to Claude Code, Cursor or your AI agent.

79 installs/wk local only

Agent Audit — questions

Answers built from our own checks of this server.

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