Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server hostname | localhost |
| PORT | No | HTTPS server port | 3000 |
| NODE_ENV | No | Set to "production" for JSON log output | |
| LOG_LEVEL | No | Log level (trace, debug, info, warn, error, fatal) | info |
| SESSION_TTL | No | MCP session TTL in seconds (default: 24 hours) | 86400 |
| TLS_KEY_PATH | Yes | Path to TLS private key file (PEM) | |
| TLS_CERT_PATH | Yes | Path to TLS certificate file (PEM) | |
| TOKEN_ENCRYPTION_PATH | Yes | Path to file containing 32-byte encryption key (hex or base64) | |
| OAUTH_CREDENTIALS_PATH | Yes | Path to Google OAuth credentials JSON file |
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 | |