Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | HTTP listen address (HTTP mode) | 0.0.0.0 |
| PORT | No | HTTP port (HTTP mode) | 3000 |
| API_PATH | No | HTTP API path (HTTP mode) | /mcp |
| MCP_PATH | No | HTTP API path (HTTP mode) | /mcp |
| LOG_LEVEL | No | Log level (DEBUG | INFO | WARN | ERROR) | INFO |
| TRANSPORT | No | Transport type (stdio | http) | stdio |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| getCurrentTime | Get the current UTC time in ISO 8601 format along with Unix timestamp |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |