vunit-mcp

ru551n/vunit-mcp
★ 0 stars Python AI/LLM Updated today
MCP server for the VUnit testing framework
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vunit-mcp": {
      "command": "uvx",
      "args": [
        "vunit-mcp"
      ]
    }
  }
}

Or install with pip: pip install vunit-mcp

README Excerpt

<p align="center"> <img src="logos/vunit-mcp.png" width="200" alt="VUnit badge with a red [MCP] stamp"> </p> MCP (stdio) server that lets an LLM/agent drive a **VUnit** (HDL unit-testing) project end to end: list tests, compile, run, and inspect reports, per-test logs, and — for GHDL runs (and NVC on a VUnit with the

Tools (18)

VUNIT_MCP_EXTRA_ARGSVUNIT_MCP_FINGERPRINT_EXCLUDEVUNIT_MCP_OUTPUT_DIRVUNIT_MCP_PROJECT_DIRVUNIT_MCP_PYTHONVUNIT_MCP_RUN_SCRIPTVUNIT_MCP_SIMULATORVUNIT_MCP_TIMEOUTvunit_compilevunit_export_jsonvunit_get_reportvunit_get_test_logvunit_get_test_waveformvunit_list_filesvunit_list_testsvunit_run_testsvunit_statusvunit_test_dependencies