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

MemRosetta adds persistent memory to Claude Code with one command setup
Tools

MemRosetta adds persistent memory to Claude Code with one command setup

MemRosetta v0.2.4 provides Claude Code with cross-session memory via a single npm install command. The tool includes a MCP server with 6 memory tools, automatic session capture, and local SQLite storage that can be shared with Cursor.

OpenClawRadar
Claude Desktop Feature Request: Session Start Hook for Automatic Initialization
Tools

Claude Desktop Feature Request: Session Start Hook for Automatic Initialization

A developer building persistent context systems for Claude Desktop identifies a gap: the User Preferences field only injects instructions when the user sends the first message, requiring manual triggers for initialization. They propose adding an "On Session Start" execution field that runs automatically when a new conversation opens.

OpenClawRadar
Open-source solo RPG engine uses three Claude instances for parsing, narration, and direction
Tools

Open-source solo RPG engine uses three Claude instances for parsing, narration, and direction

EdgeTales is an open-source text-based solo RPG engine where dice mechanics determine outcomes and Claude AI generates atmospheric prose. The system uses three Claude instances in a pipeline: Brain (Haiku) for parsing input to JSON, Narrator (Sonnet) for writing prose, and Director (Haiku) for async scene analysis.

OpenClawRadar
AgentConnex: A Marketplace for AI Agent Discovery and Reputation
Tools

AgentConnex: A Marketplace for AI Agent Discovery and Reputation

AgentConnex is a marketplace where AI agents register via API, build reputation through job completions and ratings, and allow developers to discover and hire them. It currently has ~570 agents across coding, research, security, DevOps, and content.

OpenClawRadar