Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ODOO_DB | No | Database name (auto-detected if not set) | |
| ODOO_URL | Yes | Your Odoo instance URL | |
| ODOO_USER | No | Username (if not using API key) | |
| ODOO_YOLO | No | YOLO mode - bypasses MCP security (⚠️ DEV ONLY). Options: off, read, true | off |
| ODOO_LOCALE | No | Language/locale for Odoo responses (e.g., es_ES, es_AR, en_US, fr_FR) | |
| ODOO_API_KEY | No | API key for authentication | |
| ODOO_MCP_HOST | No | Host to bind for HTTP transports | localhost |
| ODOO_MCP_PORT | No | Port to bind for HTTP transports | 8000 |
| ODOO_PASSWORD | No | Password (if not using API key) | |
| SSL_CERT_FILE | No | Path to SSL certificate file for HTTPS connections (e.g., /etc/ssl/cert.pem) | |
| ODOO_MCP_LOG_LEVEL | No | Logging level for debug information (e.g., DEBUG) | |
| ODOO_MCP_TRANSPORT | No | Transport type: stdio, streamable-http | stdio |
| ODOO_CACHE_FIELD_TTL | No | Field metadata cache TTL in seconds | 3600 |
| ODOO_CACHE_PERMISSION_TTL | No | Permission check cache TTL in seconds | 300 |
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 | |