Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENSCAD_PATH | No | Path to OpenSCAD executable | |
| MCP_SERVER_NAME | No | Server name | openscad-mcp |
| OPENSCAD_TIMEOUT | No | Timeout for rendering operations (seconds) | 30 |
| MCP_SERVER_VERSION | No | Server version | 1.0.0 |
| MCP_SERVER_TRANSPORT | No | Transport: stdio, sse, or http | stdio |
| MCP_RENDER_DEFAULT_WIDTH | No | Default image width | 800 |
| MCP_RENDER_DEFAULT_HEIGHT | No | Default image height | 600 |
| MCP_RENDER_MAX_CONCURRENT | No | Max concurrent renders | 4 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |