Audit Mcp banner
Lifeoflunatic Lifeoflunatic

Audit Mcp

Security community

Description

--- description: "Run a full MCP infrastructure audit — governance, testing, and health checks on all detected MCP servers." --- Invoke the mcp-audit skill. Detect all MCP servers configured in this environment, then run a full audit: 1. First, find MCP configurations (check ~/.claude/claude_desktop_config.json, .mcp.json, .cursor/mcp.json, .vscode/mcp.json) 2. Run governance audit (30 rules across 5 categories) 3. Run protocol compliance tests (39 tests across 6 suites) 4. Run health checks (

Installation

Installs to ~/.claude/skills/lifeoflunatic-mcp-audit-skill-audit-mcp/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lifeoflunatic-mcp-audit-skill-audit-mcp && curl -fsSL https://raw.githubusercontent.com/Lifeoflunatic/mcp-audit-skill/HEAD/commands/audit-mcp.md -o ~/.claude/skills/lifeoflunatic-mcp-audit-skill-audit-mcp/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository