An MCP server that lets MCP-capable agents spawn, control, and inspect Claude Code sessions as sub-agents. It supports headless in-process sessions and discovery/control of external visible Claude windows, with permission prompts surfaced for manual resolution.
From the registry: MCP server that spawns and drives Claude Code sessions via claude-wrap.
Please install the `claude-wrap-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 18 or newer** — Node.js version 18 or higher is required to run the MCP server. (https://nodejs.org/)
- **Install the Claude CLI** — The `claude` CLI must be installed and available on your PATH because this server launches real Claude Code sessions.
- **Ensure native build support for node-pty** — The `claude-wrap` dependency installs the native `node-pty` addon, so installation requires either a compatible prebuilt binary or a working C/C++ toolchain. (https://github.com/microsoft/node-pty)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","claude-wrap-mcp"]
Note: The README also shows a global install path (`npm install -g claude-wrap-mcp` followed by running `claude-wrap-mcp`), but the portable JSON config example uses `npx -y claude-wrap-mcp`, which is the preferred canonical stdio configuration. No environment variables are documented.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.