microcap mcp for Zed
io.github.monoxide-xen/microcap-mcp
Simulate, generate and draw analog circuits in Micro-Cap 12: SPICE analyses, sweeps and schematics
client:Zed
transport:stdio
runtime:pypi
Install microcap mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"microcap-mcp": {
"command": "uvx",
"args": [
"microcap-mcp"
],
"env": {
"MICROCAP_HOME": "<MICROCAP_HOME>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs