Skip to content
VS Code

TraceWeave for VS Code

io.github.gokeshenzhen/traceweave

Portable MCP runtime for RTL logs and VCD; repository setup adds FSDB and site EDA integration

client:VS Code transport:stdio runtime:pypi

Install TraceWeave in VS Code

.vscode/mcp.json

{
  "servers": {
    "traceweave": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "traceweave-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

TraceWeave in other clients