Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port number to use if the HTTP server is enabled. | 8787 |
| NO_COLOR | No | Set to '1' to disable color output in logs. | 1 |
| LOG_LEVEL | No | Log level for the server (e.g., 'info', 'debug', 'warn', 'error'). | info |
| MCP_ENABLE_HTTP | No | Set to '1' to enable the HTTP server (default is disabled to avoid STDIO pollution). |
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 | |