The fastest workflow for every AI coding agent. Live status, quick prompts, worktrees, and diff review from one tmux TUI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-manager": {
"command": "go",
"args": [
"run",
"github.com/YoanWai/agent-manager@latest"
]
}
}
}
Run in terminal:
claude mcp add agent-manager go run github.com/YoanWai/agent-manager@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-manager": {
"command": "go",
"args": [
"run",
"github.com/YoanWai/agent-manager@latest"
]
}
}
}