Skip to content
Grok

Digilent WaveForms MCP Server for Grok

io.github.kenosinc/dwf-mcp-server

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

client:Grok transport:stdio runtime:oci

Install Digilent WaveForms MCP Server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Digilent WaveForms MCP Server in other clients