Skip to content
VS Code

parallel for VS Code

com.mcparmory/parallel

Search the web, extract content, and run distributed tasks with AI-powered automation

client:VS Code transport:stdio runtime:pypi

Install parallel in VS Code

.vscode/mcp.json

{
  "servers": {
    "parallel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-parallel"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

parallel in other clients