← Back to Plugins
MCP Server MCP

Subagent MCP

github By github 👁 1 views ▲ 0 votes

Let Codex orchestrate external coding agents through their native harnesses.

Homepage Verified source GitHub

Install

uvx subagent-harness-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "subagent-harness-mcp",
      "version": "1.0.13",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Start the Subagent MCP stdio server.",
          "value": "serve",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...