TraceWeave for Gemini CLI
io.github.gokeshenzhen/traceweave
Portable MCP runtime for RTL logs and VCD; repository setup adds FSDB and site EDA integration
client:Gemini CLI
transport:stdio
runtime:pypi
Install TraceWeave in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"traceweave": {
"command": "uvx",
"args": [
"traceweave-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs