MCP Directory
Back

maniple

by Martian-Engineering · Python · ★ 43

MCP server for orchestrating Claude Code or Codex sessions via iTerm2 or tmux

Install

pip install git+https://github.com/Martian-Engineering/maniple.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "maniple": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Martian-Engineering/maniple.git"
      ]
    }
  }
}

From the README

An MCP server that allows one Claude Code session to spawn and manage a team of other Claude Code (or Codex) sessions via terminal backends (tmux or iTerm2). is an MCP server and a set of slash commands for allowing Claude Code to orchestrate a "team" of other Claude Code or Codex sessions. It uses terminal backends (tmux or iTerm2) to spawn new terminal sessions and run Claude Code or Codex within them. - **Parallelism:** Many development tasks can be logically parallelized, but managing that parallelism is difficult for humans with limited attention spans. Claude, meanwhile, is very effec…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers