Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | The host address to bind the HTTP server to (only used when transport is 'http'). | 0.0.0.0 |
| port | No | The port to bind the HTTP server to (only used when transport is 'http'). | 8000 |
| debug | No | Enable debug logging if set. | |
| transport | No | Transport protocol to use, either 'stdio' or 'http'. | stdio |
| PYTHONPATH | No | The path to the directory containing the MCP server code. | |
| google_credentials | Yes | Path to the Google Cloud service account JSON credentials file (passed via --google-credentials flag). |
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 | |