Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
| QDRANT_KEY | No | Qdrant API key (use NONE for no auth) | NONE |
| QDRANT_URL | No | Qdrant vector database URL | http://localhost:6333 |
| SERVER_HOST | No | Server bind address | localhost |
| SERVER_PORT | No | Server port | 8002 |
| ENABLE_HTTPS | No | Enable HTTPS/SSL | false |
| SSL_KEY_FILE | No | Path to SSL private key (Required if ENABLE_HTTPS is true) | |
| FASTMCP_CLOUD | No | Enable cloud deployment mode | false |
| MCP_TRANSPORT | No | Communication protocol (e.g., stdio or http) | |
| SSL_CERT_FILE | No | Path to SSL certificate (Required if ENABLE_HTTPS is true) | |
| CREDENTIALS_DIR | No | Directory for stored credentials | ./credentials |
| GMAIL_ALLOW_LIST | No | Comma-separated allowed email addresses | |
| GOOGLE_CLIENT_ID | No | OAuth 2.0 client ID from Google Cloud Console | |
| OAUTH_REDIRECT_URI | No | Must match Google Console exactly | http://localhost:8002/oauth2callback |
| SESSION_SECRET_KEY | No | Secret key for session management | |
| ENABLE_AUDIT_LOGGING | No | Enable security event tracking | |
| GOOGLE_CLIENT_SECRET | No | OAuth 2.0 client secret from Google Cloud Console | |
| CREDENTIAL_STORAGE_MODE | No | Credential storage mode (FILE_ENCRYPTED, FILE_PLAINTEXT, MEMORY_ONLY) | FILE_ENCRYPTED |
| SESSION_TIMEOUT_MINUTES | No | Session idle timeout in minutes | 60 |
| GOOGLE_CLIENT_SECRETS_FILE | No | Alternative: path to OAuth JSON file |
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 | |