openstudio-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TRANSPORT | No | Transport mode: stdio or http. | stdio |
| OSMCP_SANDBOX | No | Sandbox mode: auto, full, landlock, posix, off. | auto |
| OSMCP_SANDBOX_GID | No | GID for sandbox user. | 1001 |
| OSMCP_SANDBOX_NET | No | Network policy: deny blocks outbound IP networking, allow permits it. | deny |
| OSMCP_SANDBOX_UID | No | UID for sandbox user. | 1001 |
| OPENSTUDIO_MCP_MODE | No | Server mode: prod for MCP hosts (quiet logs, no banner). Default: dev. | dev |
| OSMCP_SANDBOX_RLIMIT_AS | No | Virtual-memory limit. | 0 |
| OSMCP_SANDBOX_RLIMIT_CPU | No | CPU-seconds limit. | 0 |
| OSMCP_SIM_TIMEOUT_SECONDS | No | Wall-clock timeout for a simulation. | 7200 |
| OSMCP_SANDBOX_RLIMIT_FSIZE | No | Maximum file size in bytes. | 10737418240 |
| OSMCP_SANDBOX_RLIMIT_NPROC | No | Maximum processes/threads. | 1024 |
| OSMCP_SANDBOX_RLIMIT_NOFILE | No | Open-file descriptor limit. | 0 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NatLabRockies/openstudio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server