Skip to main content
Glama
monthop-gmail

cf-odoo-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ODOO_DBNoOdoo database name (alternative to ODOO_SERVERS for a single server).
OAUTH_KVYesKV namespace to store OAuth client/grant/token. Required (bound in wrangler.jsonc).
ODOO_URLNoOdoo server URL (alternative to ODOO_SERVERS for a single server).
ODOO_SERVERSNoJSON configuration for one or multiple Odoo servers. If set, overrides ODOO_URL/ODOO_DB/ODOO_USERNAME/ODOO_PASSWORD.
ODOO_PASSWORDNoOdoo password or API key (alternative to ODOO_SERVERS for a single server).
ODOO_USERNAMENoOdoo username or API key (alternative to ODOO_SERVERS for a single server).
ALLOWED_MODELSNoOptional comma-separated list of models allowed. If set, only these models can be used.
BLOCKED_MODELSNoOptional comma-separated list of models to block, with * wildcard support (e.g., ir.*,res.users*). If not set, nothing is blocked.
MCP_AUTH_TOKENYesBearer token that callers must include. Required.
ALLOWED_ORIGIN_HOSTNAMESNoOptional 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources