Skip to content
Zed

DAQiFi for Zed

io.github.daqifi/daqifi-mcp

Discover, configure and read DAQiFi Nyquist data-acquisition hardware from an AI agent

client:Zed transport:stdio runtime:nuget

Install DAQiFi in Zed

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

{
  "context_servers": {
    "daqifi-mcp": {
      "command": "dnx",
      "args": [
        "Daqifi.Mcp",
        "--yes"
      ]
    }
  }
}

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

DAQiFi in other clients