TraceWeave for Zed
io.github.gokeshenzhen/traceweave
Portable MCP runtime for RTL logs and VCD; repository setup adds FSDB and site EDA integration
client:Zed
transport:stdio
runtime:pypi
Install TraceWeave in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"traceweave": {
"command": "uvx",
"args": [
"traceweave-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs