cloudsql-customers-orders
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port | 8080 |
| DB_NAME | No | Database name | |
| DB_PASS | No | That user's password (from Secret Manager; never commit it) | |
| DB_USER | No | PostgreSQL user, e.g. mcp_app | |
| LOG_LEVEL | No | Python log level (logs go to stderr) | INFO |
| DB_BACKEND | No | cloudsql or sqlite | cloudsql |
| SQLITE_PATH | No | SQLite file (sqlite backend) | ./local.db |
| DB_SOCKET_DIR | No | Directory holding the instance socket; override only for a local proxy | /cloudsql |
| MCP_TRANSPORT | No | stdio or streamable-http | stdio |
| MCP_AUTH_TOKEN | No | Required in HTTP mode. Comma-separated list, each ≥ 32 characters | |
| MCP_ALLOWED_HOSTS | No | Comma-separated Host values; when set, enables DNS-rebinding protection | |
| INSTANCE_CONNECTION_NAME | No | PROJECT:REGION:INSTANCE (cloudsql backend) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues