Mathcad 15 MCP Server
by Nighty3098
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MATHCAD_MCP_LOG | No | DEBUG|INFO|WARNING|ERROR; logs go to stderr only | INFO |
| MATHCAD_VISIBLE | No | 1/0…; empty = do not change Visible | |
| MATHCAD_READ_ONLY | No | 1 disables all mutating tools (set/recalc/save/close/quit); reads still work | 0 |
| MATHCAD_TIMEOUT_S | No | connect timeout | 30 |
| MATHCAD_ATTACH_ONLY | No | 1 = attach only, otherwise try DispatchEx | 1 |
| MATHCAD_DEFAULT_DIR | No | base for relative paths | |
| MATHCAD_MAX_REGIONS | No | scan cap | 1000 |
| MATHCAD_ALLOWED_DIRS | No | ;-separated path jail; empty = no restriction | |
| MATHCAD_AUTO_CONNECT | No | connect at server startup | 1 |
| MATHCAD_BRIDGE_PYTHON | No | path to 32-bit Python for complex input (see below) | |
| MATHCAD_BRIDGE_TIMEOUT_S | No | bridge call timeout | 60 |
| MATHCAD_MAX_MATRIX_ELEMENTS | No | cap + truncated flag | 10000 |
| MATHCAD_AUTOQUIT_ON_SHUTDOWN | No | (reserved; Quit still requires force) | 0 |
| MATHCAD_ALLOW_DESTRUCTIVE_NO_CONFIRM | No | dangerous: bypasses confirm_discard in tests | 0 |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues