Modal MCP Server
by php-workx
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MODAL_TOKEN_ID | No | Modal token ID | |
| MODAL_TOKEN_SECRET | No | Modal token secret | |
| MODAL_MCP_AUDIT_LOG | No | Audit log destination | stdout |
| MODAL_MCP_HTTP_BIND | No | HTTP bind address | 127.0.0.1:8765 |
| MODAL_MCP_READ_ONLY | No | Enable read-only mode | true |
| MODAL_TOKEN_ID_FILE | No | Path to file containing Modal token ID | |
| MODAL_MCP_SIGNING_KEYS | No | HMAC signing keys for internal refs, cursors, and approval tokens | |
| MODAL_TOKEN_SECRET_FILE | No | Path to file containing Modal token secret | |
| MODAL_MCP_ALLOWED_ORIGINS | No | Browser/client origins allowed to call the MCP server | |
| MODAL_MCP_ENABLED_TOOLSETS | No | Comma-separated list of enabled toolsets | discovery,apps,containers,logs,volumes,sandboxes |
| MODAL_MCP_SIGNING_KEY_FILE | No | Path to file containing HMAC signing keys |
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/php-workx/modal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server