mcpbeat Sign in

Digilent WaveForms MCP Server

local only

Digilent WaveForms MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 11 May 2026.

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

Installs / week
not published
3
Stars
7 open issues
11 May 2026
Last commit
from GitHub
MIT
License
Python

What the code does

We read the source, 32 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Checks whether it runs in a sandbox src/dwf_mcp_server/diagnostics.py:21
    return os.path.isfile("/.dockerenv")
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/mcp-registry.yml:42
      - name: Update OCI image tag
        run: |
          VERSION=${{ github.event.workflow_run.head_branch }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Digilent WaveForms MCP Server

same job, measured the same way
Uk Parliament Statutoryinstruments
by nick-ma

MCP server for UK Parliament Statutory Instruments API

23 installs/wk local only
Journald MCP Server
by james116blue

Incident forensic with log files analyzing

50 installs/wk local only
Rigol DHO824 Oscilloscope
by aimoda

Control and query Rigol DHO824 oscilloscope for waveform capture and measurements

160 installs/wk local only
Groupdocs Comparison MCP
by groupdocs-comparison

MCP server for GroupDocs.Comparison — compare, analyze, and inspect documents via AI agents.

local only
Fomu MCP
by gabrielmahia

MCP server for government forms and document workflows in Kenya (fomu = form)

96 installs/wk local only
sigrok MCP Server
by kenosinc

Wraps sigrok-cli for signal analysis: capture data, decode protocols, and query instruments.

local only
CLIO Sac
by iowarp

MCP server for analyzing SAC seismic-waveform files and TAR archives: inspect members, compute...

local only
MyFitnessPal
by mason-levyy

MCP server for MyFitnessPal: log, search, and analyze your food diary.

226 installs/wk local only

Digilent WaveForms MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Digilent WaveForms MCP Server?
Digilent WaveForms MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Digilent WaveForms MCP Server open source?
Yes — it is published under the MIT licence, written in Python, 3 stars on GitHub and 7 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.