Subagent MCP for VS Code
io.github.thang1710/subagent-mcp
Let Codex orchestrate external coding agents through their native harnesses.
client:VS Code
transport:stdio
runtime:pypi
Install Subagent MCP in VS Code
.vscode/mcp.json
{
"servers": {
"subagent-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"subagent-harness-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs