Cc Devtool
Freeby MCP Community
AI Agent Execution Debugger - Visualize skill, rule, MCP, agent execution chains across Claude Code, Cursor, and Codex
v0.1.3Added Apr 12, 2026
aiagentdebuggerdevtoolclaude
Cc Devtool MCP Server
AI Agent Execution Debugger - Visualize skill, rule, MCP, agent execution chains across Claude Code, Cursor, and Codex
Installation
npx -y cc-devtool
Reviews
Installation
Quick install
npx -y cc-devtool
Add to claude_desktop_config.json
{
"mcpServers": {
"cc-devtool": {
"command": "npx",
"args": ["-y", "cc-devtool"]
}
}
}