Skip to content
Zed

qnap for Zed

io.github.marcelo-ochoa/qnap

MCP server for QNAP NAS API

client:Zed transport:stdio runtime:npm

Install qnap in Zed

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

{
  "context_servers": {
    "qnap": {
      "command": "npx",
      "args": [
        "-y",
        "@marcelo-ochoa/server-qnap"
      ]
    }
  }
}

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

qnap in other clients