onshape for Zed
io.github.gpambrozio/onshape
Drive Onshape CAD from an assistant: documents, sketches, solid features, assemblies and exports.
client:Zed
transport:stdio
runtime:npm
Install onshape in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"onshape": {
"command": "npx",
"args": [
"-y",
"@gpambrozio/onshape-mcp"
],
"env": {
"ONSHAPE_ACCESS_KEY": "<ONSHAPE_ACCESS_KEY>",
"ONSHAPE_SECRET_KEY": "<ONSHAPE_SECRET_KEY>",
"ONSHAPE_MCP_OUTPUT_DIR": "<ONSHAPE_MCP_OUTPUT_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs