
Claude Wrap Mcp
Orchestrate nested Claude Code sessions from your primary MCP agent using claude-wrap as the driver.
Overview
Claude Wrap MCP is a Build-phase MCP server for the agent-tooling subphase that spawns and controls Claude Code sessions through claude-wrap over stdio npm.
What is this MCP server?
- stdio npm package claude-wrap-mcp (registry version 0.1.0)
- Spawns and drives Claude Code sessions programmatically via claude-wrap
- GitHub-hosted MCP server for agent-on-agent coding workflows
- Thin integration layer—assumes claude-wrap and Claude Code are available in your environment
- npm identifier: claude-wrap-mcp
- Transport: stdio only in registry manifest
What problem does it solve?
A single chat agent cannot easily launch a full Claude Code worker with the same tooling your hands-on sessions use.
Who is it for?
Power users running Claude Code who want a parent MCP agent to delegate multi-step coding sessions automatically.
Skip if: Beginners without Claude Code installed, or teams that only need lightweight inline edits without nested agent processes.
What do I get? / Deliverables
After registering claude-wrap-mcp, your orchestrator agent can start and steer Claude Code runs via MCP instead of manual terminal handoffs.
- MCP tools that launch and drive Claude Code via claude-wrap
- Delegated coding sessions callable from a parent agent
- Repeatable agent-on-agent build loop without manual terminal context switching
Recommended MCP Servers
Journey fit
Spawning and steering coding agents is core build-time tooling when you automate implementation loops from a parent assistant. Agent-tooling fits MCP servers that wrap or spawn other agents rather than editing app source directly.
How it compares
Claude Code orchestration MCP, not a general LLM API or codebase search skill.
Common Questions / FAQ
Who is Claude Wrap MCP for?
It is for developers who use Claude Code daily and want their primary MCP agent to spawn wrapped Claude Code sessions for delegated implementation.
When should I use Claude Wrap MCP?
Use it when automating bounded coding tasks—refactors, test runs, or repo changes—that are faster in a dedicated Claude Code session triggered from your orchestrator.
How do I add Claude Wrap MCP to my agent?
Install and configure the claude-wrap-mcp npm stdio server in your MCP client, ensure claude-wrap and Claude Code work locally, then expose the server so tools can spawn and drive sessions.