best-cad-mcp
by LokmenoWer
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CAD_MCP_LOG_PATH | No | Path to the log file. Default is 'cad_mcp.log' in the workspace. | |
| CAD_MCP_LOG_LEVEL | No | Logging level (e.g., DEBUG, INFO, WARNING, ERROR). Default is INFO. | |
| CAD_MCP_SQL_MAX_ROWS | No | Maximum rows returned by execute_query. Default is 1000. | |
| CAD_MCP_TOOL_PROFILE | No | Select tool profile: 'core', 'lean', or 'full'. Default is 'full' (or 'core' in shipped configs). | |
| CAD_MCP_TOOLS_EXCLUDE | No | Comma-separated list of tool names to force-hide in the current profile. | |
| CAD_MCP_TOOLS_INCLUDE | No | Comma-separated list of tool names to force-expose in the current profile. | |
| CAD_MCP_SQL_TIMEOUT_MS | No | Query timeout in milliseconds. Default is 5000. | |
| CAD_MCP_WORKSPACE_ROOT | No | Override the workspace root directory. Default is the current working directory. | |
| CAD_MCP_STRICT_PREFLIGHT | No | Set to '1' to refuse startup if preflight checks fail. | |
| CAD_MCP_SQL_MAX_RESULT_BYTES | No | Maximum result size in bytes for execute_query. Default is 1 MB. | |
| CAD_MCP_PREFLIGHT_CHECK_AUTOCAD | No | Set to '1' to require AutoCAD COM connectivity at startup. | |
| CAD_MCP_PREFLIGHT_REQUIRE_VISUAL | No | Set to '1' to require visual export support at startup. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |