Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP/SSE transport | 3000 |
| LOG_LEVEL | No | Logging level (debug, info, warn, error) | info |
| MCP_TRANSPORT | No | Default transport (stdio, sse, http) | stdio |
| FIZZY_BASE_URL | No | Fizzy API base URL | https://app.fizzy.do |
| MCP_AUTH_TOKEN | No | Optional bearer token for Client Authentication (authenticates MCP clients connecting to this server) | |
| FIZZY_ACCESS_TOKEN | Yes | Your Fizzy API access token (required for stdio transport only). HTTP/SSE users provide tokens via Authorization header. | |
| MCP_ALLOWED_ORIGINS | No | Allowed CORS origins (comma-separated or * for all) | * |
| MCP_BIND_ALL_INTERFACES | No | Set to 'true' to bind to 0.0.0.0 instead of localhost | false |
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 | |