3dprint oracle for VS Code
io.github.gregario/3dprint-oracle
3D printing filament and materials knowledge MCP server
client:VS Code
transport:stdio
runtime:npm
Install 3dprint oracle in VS Code
.vscode/mcp.json
{
"servers": {
"3dprint-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"3dprint-oracle"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs