3dprint oracle for Zed
io.github.gregario/3dprint-oracle
3D printing filament and materials knowledge MCP server
client:Zed
transport:stdio
runtime:npm
Install 3dprint oracle in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"3dprint-oracle": {
"command": "npx",
"args": [
"-y",
"3dprint-oracle"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs