Pascal 3D Editor for VS Code
io.github.pascalorg/editor
Create, inspect, validate, and save editable 3D building scenes with Pascal's hosted MCP server.
client:VS Code
transport:streamable-http
Install Pascal 3D Editor in VS Code
.vscode/mcp.json
{
"servers": {
"editor": {
"type": "http",
"url": "https://editor.pascal.app/api/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs