Skip to content
Windsurf

Digilent WaveForms MCP Server for Windsurf

io.github.kenosinc/dwf-mcp-server

MCP server for Digilent WaveForms instruments (oscilloscope, AWG, logic analyzer).

client:Windsurf transport:stdio runtime:oci

Install Digilent WaveForms MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "dwf-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kenosinc/dwf-mcp-server:0.2.1"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Digilent WaveForms MCP Server in other clients