TraceWeave for Cursor
io.github.gokeshenzhen/traceweave
Portable MCP runtime for RTL logs and VCD; repository setup adds FSDB and site EDA integration
client:Cursor
transport:stdio
runtime:pypi
Install TraceWeave in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"traceweave": {
"type": "stdio",
"command": "uvx",
"args": [
"traceweave-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs