plugins marketplace
← All plugins

maniple

v0.13.0

MCP server for spawning and orchestrating multiple Claude Code sessions via iTerm2

Claude Code1 MCP serverstdio

by Josh LehmanMIT49updated 2 months ago

Source

git clone https://github.com/Martian-Engineering/maniple

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

maniple/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

maniplestdio
command
uvx
args
--from maniple-mcp@latest maniple

Manifests1

.claude-plugin/plugin.json
{
  "name": "maniple",
  "version": "0.13.0",
  "description": "MCP server for spawning and orchestrating multiple Claude Code sessions via iTerm2",
  "author": {
    "name": "Josh Lehman",
    "email": "josh@martianengineering.com",
    "url": "https://github.com/Martian-Engineering"
  },
  "homepage": "https://github.com/Martian-Engineering/maniple",
  "repository": "https://github.com/Martian-Engineering/maniple",
  "license": "MIT",
  "keywords": [
    "mcp",
    "iterm2",
    "orchestration",
    "multi-agent"
  ],
  "commands": "./commands/",
  "mcpServers": "./.mcp.json"
}