intermux

mistakeknot/intermux
★ 0 stars Go AI/LLM Updated today
Agent activity visibility + tmux monitoring MCP server
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": {
    "intermux": {
      "command": "go",
      "args": [
        "run",
        "github.com/mistakeknot/intermux@latest"
      ]
    }
  }
}

README Excerpt

Agent activity visibility for Claude Code via tmux monitoring. When you have multiple agents running in tmux panes, it's hard to know what each one is doing without switching between them. intermux monitors tmux sessions, detects agent status (active, idle, stuck, crashed), and pushes enriched metadata to intermute so other tools in the ecosystem can see what's happening.