Synapse: Real-Time Dashboard for Visualizing Claude Code Agent Sessions

Synapse is a real-time dashboard that visualizes Claude Code agent sessions as live, interactive node graphs, addressing the issue of opaque agent operations where users only see a blinking cursor.
Installation and Requirements
One command installs and starts Synapse:
npm install -g @synapse-ai/cli
synapse start
Requirements: Node.js and Claude.
Key Features
- Visualizes every agent spawn, tool call, and subagent as connected nodes
- Four analysis lenses: tree view, treemap, sankey diagram, and compaction timeline
- Tool call grouping to prevent 47 tool calls from creating 47 separate nodes
- Remote approval from mobile devices — start a job on desktop, approve from phone
- Keyboard navigation for navigating large node trees (e.g., 200 nodes) without mouse
Development Background
Built entirely with Claude Code. The developer provided the ideas, while Claude generated the 38,000 lines of code.
Resources
- Website: https://usesynapse.dev
- npm package: @synapse-ai/cli
- GitHub repository: https://github.com/Soarcer/synapse
The developer is seeking feedback through a discussion thread on GitHub.
📖 Read the full source: r/ClaudeAI
👀 See Also

Helix: Open-Source Framework Turns Claude into Personal AI Agent for macOS
Helix is an open-source framework that connects Claude via Claude Code in Terminal to macOS through four MCP server plugins, enabling Claude to control applications, maintain persistent memory, run scheduled tasks, and operate with local voice processing.

Forge: A Memory System for Claude Code Built with Claude Code
A developer built Forge, a TypeScript monorepo MCP server that automatically captures decisions, constraints, and rejections from Claude Code conversations. It uses a six-stage pipeline to classify, extract, and persist structured data in an event-sourced SQLite model.

Claude Command Center: Open-Source Dashboard for Claude Code Analytics
Claude Command Center is a local dashboard that reads your ~/.claude/ directory to display Claude Code session data, costs, and MCP server configurations. Built entirely using Claude Code with an Express backend and React frontend, it requires zero configuration and runs locally with no cloud or telemetry.

Ssemble MCP Server Enables Claude to Generate Short-Form Videos from YouTube
A new MCP server for Ssemble AI Clipping allows Claude to create TikTok/Reels/Shorts-style videos from YouTube URLs with AI-generated clips, caption templates, music tracks, and overlays. Setup involves adding configuration to Claude Desktop or using a hosted endpoint.