Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | The host address for HTTP mode | localhost |
| PORT | No | The port number for HTTP mode | 3000 |
| MCP_MODE | No | The operation mode of the MCP server. Use 'http' for remote server deployment or 'stdio' for local use with Claude Desktop | stdio |
| RATE_LIMIT_WINDOW_MS | No | The time window for rate limiting in milliseconds | 60000 |
| RATE_LIMIT_MAX_REQUESTS | No | The maximum number of requests allowed within the rate limit window | 100 |
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 | |