Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | MCP server host (default: localhost) | localhost |
| PORT | No | MCP server port (default: 3000) | 3000 |
| AUTH_HOST | No | Auth server host (default: localhost) | localhost |
| AUTH_PORT | No | Auth server port (default: 4153) | 4153 |
| USE_MANUAL_AUTH | No | Enable manual authentication (useful when localhost is not accessible) | |
| GOOGLE_CLIENT_ID | Yes | Your Google OAuth client ID | |
| GOOGLE_REDIRECT_URI | No | OAuth2 redirect URI | http://localhost:4153/oauth2callback |
| GOOGLE_CLIENT_SECRET | Yes | Your Google OAuth client secret | |
| TOKEN_ENCRYPTION_KEY | No | Token encryption key (auto-generated if not set) - must be a 64 character hex string |
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 | |