TraceWeave for Grok
io.github.gokeshenzhen/traceweave
Portable MCP runtime for RTL logs and VCD; repository setup adds FSDB and site EDA integration
client:Grok
transport:stdio
runtime:pypi
Install TraceWeave in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"traceweave": {
"type": "stdio",
"command": "uvx",
"args": [
"traceweave-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs