Claude Code skill that audits one machine's plugins, skills, MCP servers and connectors for context cost, staleness and disuse
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"
]
}
}
}
Run in terminal:
claude mcp add audit-claude-config npx -y craigstoller/audit-claude-config
Add to .cursor/mcp.json:
{
"mcpServers": {
"audit-claude-config": {
"command": "npx",
"args": [
"-y",
"craigstoller/audit-claude-config"
]
}
}
}