drawing converter for Zed
com.imnoo/drawing-converter
Metric ⇄ imperial for technical drawings: dimensions, tolerances, ISO fits, threads, roughness.
client:Zed
transport:stdio
runtime:npm
Install drawing converter in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"drawing-converter": {
"command": "npx",
"args": [
"-y",
"drawing-converter-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs