Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host to bind for SSE/HTTP transports | 127.0.0.1 |
| MCP_PORT | No | Port to bind for SSE/HTTP transports | 8000 |
| MCP_SSE_MOUNT | No | Optional mount path for SSE transport (e.g., /mcp) | |
| MCP_TRANSPORT | No | Transport protocol: stdio, sse, or streamable-http | stdio |
| DATABASE_READONLY | No | Enable read-only mode (prevents INSERT, UPDATE, DELETE, etc.). Set to 'true', '1', or 'yes' to enable. | |
| DATABASE_CONNECTION_STRING | Yes | MySQL connection string (format: mysql://user:password@host:port/database) | |
| DATABASE_STATEMENT_TIMEOUT_MS | No | Query timeout in milliseconds |
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 | |