Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level for more verbose logging (e.g., DEBUG) | INFO |
| FASTMCP_PORT | No | Change port for the FastMCP server | 8000 |
| FASTMCP_DATA_DIR | No | Directory to persist OAuth tokens & runtime data | |
| DOCKER_MCP_DATA_DIR | No | Alias for tooling expecting DOCKER_MCP_* prefix - directory to persist OAuth tokens & runtime data | |
| FASTMCP_SERVER_AUTH | No | Select OAuth provider (e.g., fastmcp.auth.GoogleProvider) | |
| FASTMCP_ENABLE_OAUTH | No | Enable OAuth support | false |
| FASTMCP_SERVER_AUTH_GOOGLE_CLIENT_ID | No | Google OAuth client ID | |
| FASTMCP_SERVER_AUTH_GOOGLE_CLIENT_SECRET | No | Google OAuth client secret | |
| FASTMCP_SERVER_AUTH_GOOGLE_REDIRECT_PATH | No | OAuth callback path | /auth/callback |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |