AIAny
AI Agent2026
Icon for item

Claude Code Agent Monitor

Real-time monitoring and control dashboard for Claude Code agents — tracks sessions, agent/subagent activity, tool calls, and live analytics. Local-first integration via Claude Code hooks, with Kanban/status board, MCP tool catalog, and web/desktop clients.

Introduction

Most multi-agent failures come from blind spots: you can't see running sessions, tool usage patterns, or how subagents spawn and interact. This project treats Claude Code as a first-class control plane, turning ephemeral agent runs into traceable, inspectable events so teams can observe, debug, and orchestrate agents in real time.

What Sets It Apart
  • Local-first observability pipeline: captures Claude Code session events via native hooks and stores them locally (SQLite) so telemetry and logs remain on-premise. So what? You get full session history and analytics without relying on external telemetry services.

  • Live control + UX: real-time dashboard with a Kanban-style status board, session inspector, and notifications that reflect live agent state via WebSockets. So what? Operators can intervene, pause, or spawn agents as they run, reducing time-to-debug for autonomous workflows.

  • Embedded MCP server & extension layer: ships a small MCP implementation and agent extension/skill layer to expose a tool catalog and enable programmatic interaction with the dashboard. So what? The monitoring UI can also act as a management endpoint for agent tooling and integrations.

  • Developer-friendly stack and integrations: built with Node.js/Express, React, TypeScript and SQLite, and provides hooks installation for Claude Code. So what? Teams can adapt or extend the dashboard with familiar web tooling and local-first constraints.

Who it's for and tradeoffs

Great fit if you run Claude Code agents locally or on private infrastructure and need visibility into sessions, tool calls, and subagent orchestration; if you want a self-hosted control plane that integrates with agent workflows and can be extended via MCP plugins.

Look elsewhere if you need a vendor-agnostic multi-LLM observability layer out of the box (this project is designed specifically around Claude Code hooks), or if you require enterprise-grade RBAC/compliance features that go beyond a local-first dashboard.

Information

  • Websitegithub.com
  • Authorshoangsonww, linkvapeluckyman, claude, CharlesSong, asadreddini-insight, neoflex, LeoLin990405, ggkguelensan
  • Published date2026/03/05

More Items

GitHub
AI Agent2024

Generates Wikipedia-style articles from web search using LLMs: it researches topics, produces multi-perspective outlines via perspective-guided question asking and simulated conversations, then drafts full articles with citations. Supports human-AI collaboration (Co-STORM) and grounding with multiple retrievers.

GitHub
AI Video2026

Generative-AI-enabled timeline video editor for macOS that lets creators generate and edit videos and images directly inside the timeline. Includes a local MCP server for agent integrations (Claude/Codex/Cursor); editor is open-source while generative processing is closed-source and subscription-based; macOS 26 on Apple Silicon only.

GitHub
AI Agent2025

Open-source companion to a technical book that teaches how to design, evaluate and ship LLM-based AI agents — includes the full Chinese manuscript, community translations, chapter-aligned runnable example projects, and reproducible evaluation harnesses.