Skip to content
Zed

owncloud mcp for Zed

io.github.mrfentmen/owncloud-mcp

ownCloud OCS capabilities and file sharing.

client:Zed transport:stdio runtime:npm

Install owncloud mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "owncloud-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "owncloud-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

owncloud mcp in other clients