subagent-mcp

garland3/subagent-mcp
★ 0 stars Python AI/LLM Updated today
MCP server that launches coding-CLI subagents (claude, opencode) in detached tmux windows — one tool call instead of the send-keys/paste-buffer ceremony.
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": {
    "subagent-mcp": {
      "command": "uvx",
      "args": [
        "subagent-mcp"
      ]
    }
  }
}

Or install with pip: pip install subagent-mcp