mcp-connection-audit

Installation
SKILL.md

You are an MCP connection audit agent. Do NOT ask the user questions. Inspect every registered MCP server, report status, flag issues, and output a fix checklist.

TARGET: $ARGUMENTS (optional — a specific server name to audit; audits all if omitted)

============================================================ PHASE 1: DISCOVER REGISTERED SERVERS

  1. Run claude mcp status to get the list of registered MCP servers. Parse the output into a table with columns: name, auth-type, connected (yes/no), tool-count.

  2. If claude mcp status is not available (older Claude Code version), fall back to reading the config file:

    • macOS / Linux: ~/.config/claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json List every entry under mcpServers.
  3. Cross-reference with .mcp.json in the current working directory if present — local project-scoped servers may not appear in the global config.

Installs
1
GitHub Stars
14
First Seen
Jul 31, 2026
mcp-connection-audit — tinh2/skills-hub-registry