claude-fleet-monitor

andre-motta/claude-fleet-monitor
★ 1 stars Python Code/Dev Tools Updated 2d ago
Fleet monitoring for Claude Code sessions - TUI dashboard, MCP server, and terminal focus
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-fleet-monitor": {
      "command": "uvx",
      "args": [
        "claude-fleet-monitor"
      ]
    }
  }
}

Or install with pip: pip install claude-fleet-monitor