Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. TraceWeave
TraceWeave logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 8:15:33 PM

TraceWeave

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View Repository98 GitHub StarsTotal stargazers on GitHub for the source repository (98 stars).Visit Website

Evidence-driven RTL simulation debugging for VCS/Xcelium logs, VCD/FSDB waveforms, and source

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "traceweave": {
      "command": "uvx",
      "args": [
        "traceweave-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (21) Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Capabilities & Tool Schemas (21) ~1.1k tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by TraceWeave.

get_diagnostic_snapshot

Read-only summary of cached session data and suggested next calls; mirrors `parse_sim_log`'s `protocol_symptom_hint` so a scoreboard failure surfaces the protocol-health pointer at session start

get_sim_paths

Discover compile logs, sim logs, waveforms, simulator, and cases. Optional explicit `sim_log` / `wave_file` / `compile_log` overrides win over auto-discovery; omitted fields are still discovered (anchored at the `sim_log`/`wave_file` directory)

build_tb_hierarchy

Stream compile evidence and build the full testbench hierarchy server-side without retaining raw source bodies; return a slim payload (project, stats, depth-2 tree skeleton, interfaces, ambiguous_basenames, `build_metrics`, `hierarchy_handle`). For split VCS flows, pass ordered `supplementary_compiโ€ฆ

scan_structural_risks

Scan compiled RTL/TB sources for structural risk patterns in a lock-free cancellable worker; returns `eligible_file_count`, `files_scanned`, `coverage_status`, and `coverage_warnings` so zero or partial source coverage cannot be mistaken for a clean scan

parse_sim_log

Parse and normalize runtime failures into grouped summaries and `failure_events`; also returns `log_snapshot_id` so same-path reruns can be compared after the simulator overwrites the log. Its `candidate_previous_logs` are evidence-backed simulation siblings selected from bounded head/tail samples;โ€ฆ

diff_sim_failure_results

Compare two simulation runs by paths or by `base_snapshot_id` / `new_snapshot_id`. If only `new_log_path` is supplied after an earlier `parse_sim_log` of the same path, TraceWeave uses the previous parsed snapshot as the baseline.

Documentation Overview

๐Ÿ™ TraceWeave

English ยท ็ฎ€ไฝ“ไธญๆ–‡

TraceWeave

Workflow-oriented MCP server for evidence-driven RTL simulation debugging

CI status PyPI version MIT License Python 3.11+ Stars

Connect compile evidence, logs, waveforms, source, and elaborated connectivity in one verifiable debug workflow.

TraceWeave turns local VCS/Xcelium simulation artifacts into a guided investigation. It discovers the active compile, simulation, and VCD/FSDB waveform inputs; builds the compiled hierarchy and an independent structural-risk view; normalizes failures; runs a whole-design runtime handshake sweep; and recommends the next evidence-gathering call.

Formal workflows have a separate artifact-only entry point. get_formal_paths performs bounded local discovery through tool-specific providers (currently JasperGold) and returns project directories, role-labeled logs, and exported VCD/FSDB files. It deliberately does not classify traces or interpret property or proof status.

For driver, load, structural-path, and X/Z-source questions, TraceWeave uses a provenance-preserving backend ladder: trusted Verdi NPI when a usable KDB is available, a bounded on-demand Slang Source Graph when NPI is unavailable or inconclusive, and Legacy Static as the final fallback. Results expose backend provenance, coverage, truncation, and fallback status rather than turning partial evidence into certainty.

TraceWeave workflow overview

Default workflow and connectivity-routing overview; every conclusion remains bounded by reported coverage.

TraceWeave is a workflow-oriented debug server rather than a loose collection of parsers. It combines:

  • A guided MCP workflow from artifact discovery through parallel hierarchy/structural analysis, failure parsing, runtime protocol scanning, and focused verification
  • Compile-evidence hierarchy construction, handle-based browsing, and source-aware structural analysis
  • VCD/FSDB point, transition, window, cycle, divergence, and period queries
  • Whole-design handshake scanning, targeted protocol checks, temporal predicates, and transaction reconstruction
  • Driver/load/path/X tracing through trusted NPI -> bounded Source Graph -> Legacy Static
  • Structured next actions plus coverage, provenance, truncation, and resource receipts designed for MCP clients

Architecture ยท Installation ยท Client Setup ยท Standard MCP Workflow ยท Tool Quick Reference ยท Testing ยท WeChat

When TraceWeave helps most

TraceWeave adds the most value when debugging requires correlating evidence across artifacts rather than reading one obvious RTL line. It is especially useful for:

  • Opaque runtime symptoms such as timeouts, hangs, scoreboard mismatches, X/Z propagation, first divergence, or a broken cadence. Waveform queries and protocol/transaction analysis locate the first bad time, interface, or beat.
  • Cross-hierarchy cause-and-effect questions where a suspicious signal must be followed through ports, interfaces, assignments, drivers, and consumers.
  • Large or interface-rich designs where whole-design handshake sweeps and bounded hierarchy/Source Graph scopes reduce an otherwise open-ended search.
  • Falsifiable hypothesis checks that need a concrete witness or counterexample from verify_window, divergence, period, handshake, or reconstructed-transaction evidence.
  • License-constrained environments where Source Graph provides semantic connectivity without NPI, while a usable KDB can still enable deeper local or LSF-hosted Verdi NPI analysis.

For a small readable block with an obvious source-local logic error, direct source and log inspection may be faster. TraceWeave also cannot reveal behavior absent from every available source, log, waveform, and KDB artifact; with protected IP it can follow only the evidence exposed at visible boundaries, in the waveform, or in the elaborated database.

Architecture

  • Architecture map: docs/architecture.md
  • New-session bootstrap: read AGENTS.md first, then follow its first-read file list
  • Fast path for code understanding:
    • server.py
    • config.py
    • src/analyzer.py
    • src/log_parser.py
    • src/fsdb_parser.py

Repository Layout

text
TraceWeave/
โ”œโ”€โ”€ config.py                 # Environment-sensitive constants and discovery rules
โ”œโ”€โ”€ server.py                 # MCP entry point, session state, and workflow gating
โ”œโ”€โ”€ custom_patterns.yaml      # User-extensible log patterns
โ”œโ”€โ”€ fsdb_wrapper.cpp          # Native FSDB wrapper source
โ”œโ”€โ”€ build_wrapper.sh          # Builds libfsdb_wrapper.so
โ”œโ”€โ”€ scripts/                  # Full installer plus Source Graph / FSDB setup and verification
โ”œโ”€โ”€ tests/                    # Unit and integration tests
โ””โ”€โ”€ src/
    โ”œโ”€โ”€ path_discovery.py
    โ”œโ”€โ”€ compile_log_parser.py
    โ”œโ”€โ”€ tb_hierarchy_builder.py
    โ”œโ”€โ”€ vcd_parser.py
    โ”œโ”€โ”€ fsdb_parser.py
    โ”œโ”€โ”€ fsdb_signal_index.py
    โ”œโ”€โ”€ waveform_batch.py         # FSDB+VCD time-window batch reader
    โ”œโ”€โ”€ log_parser.py
    โ”œโ”€โ”€ analyzer.py
    โ”œโ”€โ”€ signal_driver.py
    โ”œโ”€โ”€ signal_load.py            # Load/fanout finder, Static + NPI
    โ”œโ”€โ”€ connectivity_backend.py   # ConnectivityBackend protocol + select_backend
    โ”œโ”€โ”€ verdi_backend.py          # KDB / license probe + kdb_hint generator
    โ”œโ”€โ”€ verdi_npi_backend.py      # NPI-backed driver/load/path resolution
    โ”œโ”€โ”€ npi_lsf.py                # Optional LSF transport + Verdi/NPI worker protocol
    โ”œโ”€โ”€ npi_worker.py             # Compute-node Verdi/NPI worker entry point
    โ”œโ”€โ”€ kdb_builder.py            # Auto-build Verdi KDB (vericom + elabcom) for Xcelium flows
    โ”œโ”€โ”€ structural_scanner.py
    โ”œโ”€โ”€ x_trace.py
    โ”œโ”€โ”€ cycle_query.py
    โ”œโ”€โ”€ schemas.py
    โ”œโ”€โ”€ problem_hints.py
    โ”œโ”€โ”€ hierarchy_provider.py     # Bounded lexical/semantic instance-binding views
    โ”œโ”€โ”€ hierarchy_handles.py      # HandleStore + content-addressed handle for build_tb_hierarchy
    โ”œโ”€โ”€ handle_tools.py           # get_tb_subtree / lookup_tb_files / find_tb_instance / ...
    โ”œโ”€โ”€ cursor_store.py           # Named, process-scoped time anchors (cursor_set/list/delete)
    โ”œโ”€โ”€ timespec.py               # Resolve @cursor / unit literals (12.34ns) to ps on time inputs
    โ”œโ”€โ”€ verify_condition.py       # diff_first_divergence, period, inspect_handshake
    โ”œโ”€โ”€ window_verify.py          # verify_window: temporal predicate over a clock window
    โ”œโ”€โ”€ handshake_suggest.py      # suggest_handshakes / suggest_protocol_bundles
    โ”œโ”€โ”€ handshake_sweep.py        # sweep_handshakes: whole-design handshake anomaly sweep
    โ”œโ”€โ”€ txn_reconstruct.py        # reconstruct_transactions: id-correlated transaction layer
    โ”œโ”€โ”€ cancellation.py           # Cooperative cancellation for worker-thread waveform scans
    โ””โ”€โ”€ usage_telemetry.py        # Local-only per-call usage telemetry (default off; opt-in)

Installation

TraceWeave requires Python 3.11+.

Choose an installation profile

Use one installation profile from the start:

ProfileIntended useCommand
Repository-local full EDASimulation hosts with Source Graph, FSDB, Verdi/NPI, VCS/Xcelium, or LSF workflowsClone this repository, then run bash scripts/install.sh
Portable PyPILog/VCD analysis and the unlicensed Python fallback stackpython -m pip install traceweave-mcp
Portable PyPI + Source GraphPortable profile plus the pinned open-source pyslang frontendpython -m pip install "traceweave-mcp[source-graph]"

When a user gives an AI coding agent this repository URL and asks it to install TraceWeave, that means the repository-local full EDA profile unless the user explicitly asks for the portable PyPI profile. Do not extend a PyPI environment with repository FSDB setup scripts: the wheel and the repository resolve the native wrapper from different runtime roots.

Repository-local full EDA installation

This is the recommended profile on simulation hosts and for users who have a local Verdi installation. It keeps Python packages, the FSDB wrapper, and the runtime links together under one repository root:

server.ts
git clone https://github.com/gokeshenzhen/TraceWeave.git
cd TraceWeave
export VERDI_HOME=/path/to/verdi
bash scripts/install.sh

Alternatively, pass the Verdi root for this installer process only:

bash
bash scripts/install.sh --verdi-home /path/to/verdi

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    ๐Ÿ’ป Developer Tools1 views
    Compare vs PraisonAI โ†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Labelhead Artist Momentum โ†’
  • Andrea9293 MCP logoAndrea9293 MCP

    Local-first document management and semantic search for AI coding agents

    ๐Ÿ’ป Developer Tools2 views
    Compare vs Andrea9293 MCP โ†’
  • TokenSave logoTokenSave

    Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

    ๐Ÿ’ป Developer Tools0 views
    Compare vs TokenSave โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
98
Stargazers on the source repository.
Last commit
9d ago
Most recent push to the default branch.
Tools exposed
21
Callable tools this server registers over MCP.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about TraceWeave

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "traceweave": { "command": "npx", "args": ["-y", "TraceWeave"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTraceWeave AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/traceweave?style=directory)](https://allmcps.com/mcp/traceweave)
HTML Embed
<a href="https://allmcps.com/mcp/traceweave"><img src="https://allmcps.com/api/badge/traceweave?style=directory" alt="TraceWeave on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
Last updatedAug 30, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars98
GitHub Star CountTotal stargazers on GitHub representing community popularity (98 stars).
Last commit9d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 30, 2026
57Quality signal: Good ยท 57/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity8/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to TraceWeave โ†’Install in Claude DesktopInstall in CursorInstall in VS Code