Skip to content
VS Code

opendock for VS Code

io.github.pollamin/opendock

MCP for the Opendock Neutron API.

client:VS Code transport:stdio runtime:npm

Install opendock in VS Code

.vscode/mcp.json

{
  "servers": {
    "opendock": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "opendock-mcp"
      ]
    }
  }
}

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

opendock in other clients