Skip to content
VS Code

pydio mcp for VS Code

io.github.mrfentmen/pydio-mcp

Pydio Cells workspaces and tree statistics.

client:VS Code transport:stdio runtime:npm

Install pydio mcp in VS Code

.vscode/mcp.json

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

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

pydio mcp in other clients