Claude Command Center: Open-Source Dashboard for Claude Code Analytics

✍️ OpenClawRadar📅 Published: March 18, 2026🔗 Source
Claude Command Center: Open-Source Dashboard for Claude Code Analytics
Ad

Claude Command Center is an open-source dashboard built specifically for Claude Code users to monitor their usage and sessions. The tool was created entirely using Claude Code (with Opus for main implementation and Haiku for AI summarization) and addresses the problem of tracking spending, finding specific session fixes, and managing MCP server configurations across multiple projects.

Installation and Setup

Install with one command: npx claude-command-center. Once installed, open http://localhost:5100. The dashboard runs entirely locally with no cloud services, telemetry, or accounts required.

Key Features

  • Cost analytics – Per session, project, model, and daily spend charts
  • Deep search – Full-text search across all session message content
  • AI summaries – Haiku-generated session summaries with topics and outcomes
  • File heatmap – Shows which files get touched most across sessions
  • Bash knowledge base – Every shell command indexed with success rates
  • Live monitoring – Active sessions with context usage and cost estimates
  • Session health – Tool error and retry detection
  • Decision log – AI-extracted architectural decisions from sessions
  • Operations nerve center – Service health monitoring and cost pacing
  • Additional features including prompt library, weekly digest, and auto-workflows
Ad

Technical Details

The project includes an Express backend, React frontend, 20+ scanner modules, and 1,150 tests – all written through Claude Code sessions. It automatically reads your ~/.claude/ directory without requiring configuration. The architecture, JSONL parsers, React components, and test suite were all developed through Claude sessions.

Availability

Claude Command Center is free and open source under the MIT license. Source code is available on GitHub and the package is published on npm.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Qwen 3.5 35B Running on 8GB VRAM with llama.cpp Configuration
Tools

Qwen 3.5 35B Running on 8GB VRAM with llama.cpp Configuration

A developer shares their llama.cpp configuration for running Qwen 3.5 35B (Q4_K_M GGUF) on an RTX 4060m with 8GB VRAM, achieving 700 t/s prompt processing and 42 t/s generation, and discusses using Cline in VSCode with kat-coder-pro and qwen3.5 modes.

OpenClawRadar
OpenYak: Open-Source Desktop AI Agent for Local File Management and Automation
Tools

OpenYak: Open-Source Desktop AI Agent for Local File Management and Automation

OpenYak is an open-source desktop AI assistant that runs entirely on your machine, offering file management, data analysis, and office automation with 100+ AI models through OpenRouter and 20+ BYOK providers.

OpenClawRadar
OnUI: Browser Extension for Precise UI Feedback to Claude Code
Tools

OnUI: Browser Extension for Precise UI Feedback to Claude Code

OnUI is a browser extension that lets you annotate webpage elements and export structured reports for Claude Code via local MCP, eliminating ambiguous UI descriptions. Built primarily with Claude Code, it's free, open-source, and available for Chrome, Edge, and Firefox.

OpenClawRadar
Event Horizon VS Code Extension Adds File Locking and Plan Coordination for Multiple AI Agents
Tools

Event Horizon VS Code Extension Adds File Locking and Plan Coordination for Multiple AI Agents

Event Horizon, a VS Code extension originally created for visualizing Claude Code, now includes file locking and plan coordination features to prevent multiple AI agents from overwriting each other's work on the same codebase. The tool supports Claude Code, OpenCode, and Copilot with one-click setup.

OpenClawRadar