★ 55 stars
Rust
🤖 AI/LLM
Updated 7d ago
Monitor Claude Code sessions, costs, config, hooks, agents & MCP servers from a single Rust binary — TUI (9 tabs) + Web interface with live process tracking, budget alerts, and 30-day forecasting
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ccboard": {
"command": "cargo",
"args": [
"run",
"--",
"ccboard"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ccboard cargo run -- ccboard
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ccboard": {
"command": "cargo",
"args": [
"run",
"--",
"ccboard"
]
}
}
}
📋 Copy
Topics
analytics anthropic claude-code cli dashboard developer-tools monitoring rust tui