Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host | 127.0.0.1 |
| PORT | No | Server port | 3000 |
| LOG_LEVEL | No | debug, info, warn, error | info |
| AUTH_ENABLED | No | Enable auth | true |
| BEARER_TOKEN | Yes | Auth token for MCP clients (generate with `openssl rand -hex 32`) | |
| AUTH_STRATEGY | No | Auth strategy | bearer |
| RESEND_API_KEY | Yes | Resend API key from resend.com/api-keys | |
| RESEND_DEFAULT_FROM | Yes | Verified sender address (e.g., newsletter@yourdomain.com) |
Capabilities
Server capabilities have not been inspected yet.
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 | |