Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VERBOSE | No | Set to true or 1 to enable verbose logging | |
| MCP_HOST | No | Host for HTTP Streamable/SSE transport | 127.0.0.1 |
| MCP_PORT | No | Port for HTTP Streamable/SSE transport | 8001 |
| MCP_TRANSPORT | No | Transport type: stdio, http-streamable, or sse | stdio |
| MOLMIM_BASE_URL | No | URL of the MolMIM server | http://localhost:8000 |
| PYTHONUNBUFFERED | No | Set to 1 for immediate log output | 1 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |