audit-claude-config

craigstoller/audit-claude-config
★ 0 stars JavaScript AI/LLM Updated today
Claude Code skill that audits one machine's plugins, skills, MCP servers and connectors for context cost, staleness and disuse
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "audit-claude-config": {
      "command": "npx",
      "args": [
        "-y",
        "craigstoller/audit-claude-config"
      ]
    }
  }
}