cf-odoo-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ODOO_DB | No | Odoo database name (alternative to ODOO_SERVERS for a single server). | |
| OAUTH_KV | Yes | KV namespace to store OAuth client/grant/token. Required (bound in wrangler.jsonc). | |
| ODOO_URL | No | Odoo server URL (alternative to ODOO_SERVERS for a single server). | |
| ODOO_SERVERS | No | JSON configuration for one or multiple Odoo servers. If set, overrides ODOO_URL/ODOO_DB/ODOO_USERNAME/ODOO_PASSWORD. | |
| ODOO_PASSWORD | No | Odoo password or API key (alternative to ODOO_SERVERS for a single server). | |
| ODOO_USERNAME | No | Odoo username or API key (alternative to ODOO_SERVERS for a single server). | |
| ALLOWED_MODELS | No | Optional comma-separated list of models allowed. If set, only these models can be used. | |
| BLOCKED_MODELS | No | Optional comma-separated list of models to block, with * wildcard support (e.g., ir.*,res.users*). If not set, nothing is blocked. | |
| MCP_AUTH_TOKEN | Yes | Bearer token that callers must include. Required. | |
| ALLOWED_ORIGIN_HOSTNAMES | No | Optional comma-separated hostnames allowed as browser Origin for /mcp. Use * to allow all. Defaults to localhost and the worker's own workers.dev hostname. |
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 | |