Command
/mcp-audit
Audit MCP servers for token overhead, redundancy, and usage — recommend servers to disable for faster sessions
One command from pro-workflow.
shell
$ npx -y skills add rohitg00/pro-workflow --agent claude-codeShips with pro-workflow. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/mcp-audit
Context preview
What this command does when you run it.
Audit MCP servers for token overhead, redundancy, and usage — recommend servers to disable for faster sessions
Stats
Stars2,638
Forks255
LanguageJavaScript
Command definition
mcp-audit.md
--- description: Audit MCP servers for token overhead, redundancy, and usage — recommend servers to disable for faster sessions --- # /mcp-audit - MCP Server Optimization Audit your MCP servers and reduce token overhead. ## Quick Start Run to see: - Active MCP servers and their tool counts - Estimated token overhead per request - Servers you haven't used recently - Recommendations for disabling/keeping ## Key Insight Every MCP server adds ALL its tool descriptions to EVERY API request. A server with 20 tools adds ~2K-4K tokens per request whether you use it or not. ## Thresholds - Servers: <10 ideal, >15 reduce - Total tools: <80 ideal, >120 reduce - Per server: <15 ok, >30 split or disable ## Usage ``` /mcp-audit ```
