Trace Weave MCP Server

Workflow-oriented MCP server for evidence-driven RTL simulation debugging Connect compile evidence, logs, waveforms, source, and elaborated connectivity in one verifiable debug workflow. It runs locally over stdio via the published package.

People who work with chip verification, eda and fsdb and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-08 · ★ 111 · #65 OF 168 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Trace Weave

before you install - you'll need

Set VERDI_HOME, TRACEWEAVE_NPI_EXECUTION, TRACEWEAVE_NPI_LSF_QUEUE, TRACEWEAVE_NPI_LSF_TIMEOUT, TRACEWEAVE_NPI_LSF_KDB_TIMEOUT, TRACEWEAVE_NPI_LSF_BSUB, TRACEWEAVE_NPI_LSF_BKILL, TRACEWEAVE_NPI_LSF_PYTHON, TRACEWEAVE_NPI_LSF_STAGING_DIR, TRACEWEAVE_NPI_LSF_EXTRA_ARGS_JSON, TRACEWEAVE_SOURCE_GRAPH_SEMANTIC_SESSION, TRACEWEAVE_HIERARCHY_TIMEOUT before connecting.

Claude Code

claude mcp add gokeshenzhen-traceweave -- uvx traceweave-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package traceweave-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.gokeshenzhen is GitHub-verified and matches the repo owner

03 · What Trace Weave can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.0.2 · 2026-08-30

TraceWeave v2.0.2 · TraceWeave 2.0.2 clarifies and hardens installation for two distinct deployment profiles: portable PyPI usage and repository-local full EDA integration. · The goal of this release is to make the…

v2.0.1 · 2026-08-30

TraceWeave 2.0.1 adds standard Python packaging and Official MCP Registry distribution. · Highlights · Published traceweave-mcp to PyPI · Published io.github.gokeshenzhen/traceweave to the Official MCP Registry · Added…

v2.0.0 · 2026-08-27

TraceWeave 2.0 is a major release for source-aware RTL simulation debugging. · Highlights · Added bounded, on-demand Source Graph connectivity for driver, load, path, and X-source tracing, with trusted Verdi NPI first…

04 · Who maintains Trace Weave

TraceWeave is maintained by gokeshenzhen. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
developer tools - ranked #65 of 168 actively-maintained developer tools servers as of 2026-09-18.
release cadence
3 releases in the last 90 days (latest 2026-08-30)
registry
io.github.gokeshenzhen/traceweave (active, first published 2026-08-30 · 2 versions)
packages
pypi:traceweave-mcp

06 · Trace Weave FAQ

What is Trace Weave?

Workflow-oriented MCP server for evidence-driven RTL simulation debugging Connect compile evidence, logs, waveforms, source, and elaborated connectivity in one verifiable debug workflow. It runs locally over stdio via the published package.

Is Trace Weave still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-08 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Trace Weave?

Run `uvx traceweave-mcp`. The README documents 12 environment variables (VERDI_HOME, TRACEWEAVE_NPI_EXECUTION, TRACEWEAVE_NPI_LSF_QUEUE…) to set first. Set VERDI_HOME, TRACEWEAVE_NPI_EXECUTION, TRACEWEAVE_NPI_LSF_QUEUE, TRACEWEAVE_NPI_LSF_TIMEOUT, TRACEWEAVE_NPI_LSF_KDB_TIMEOUT, TRACEWEAVE_NPI_LSF_BSUB, TRACEWEAVE_NPI_LSF_BKILL, TRACEWEAVE_NPI_LSF_PYTHON, TRACEWEAVE_NPI_LSF_STAGING_DIR, TRACEWEAVE_NPI_LSF_EXTRA_ARGS_JSON, TRACEWEAVE_SOURCE_GRAPH_SEMANTIC_SESSION, TRACEWEAVE_HIERARCHY_TIMEOUT before connecting. You can also paste the ready-made client config above.

Does Trace Weave run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Trace Weave

More developer tools MCP servers · Code Review Server · Velaris · Grid Proof · Markupr Plus · Batch Review

More Python MCP servers · Endnote MCP · Goodeye · Link · see all