Skip to content
Cursor

Digilent WaveForms MCP Server for Cursor

io.github.kenosinc/dwf-mcp-server

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

client:Cursor transport:stdio runtime:oci

Install Digilent WaveForms MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Digilent WaveForms MCP Server in other clients