Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | The IP address(es) on which the server is to listen for connections from clients | |
| LOG_LEVEL | No | Desired logging level (see Python logging levels), default is INFO | INFO |
| ODOO_VERSION | Yes | Major version of your Odoo server (e.g., 18) | |
| ODOO_BASE_URL | Yes | The URL of the Odoo instance (e.g., http://localhost:8069) | |
| ODOO_DATABASE | Yes | The database name to connect to | |
| ODOO_PASSWORD | Yes | Password or API Key for authentication | |
| ODOO_USERNAME | Yes | Username for authentication | |
| EXT_DIRECTORIES | No | Comma-separated list of paths to search for additional tools that can be loaded at runtime | |
| TOOLS_TO_REGISTER | Yes | Comma-separated list of tools to expose to the MCP client | |
| TRANSPORT_PROTOCOL | Yes | The MCP transport protocol to use. Valid values are 'stdio' for local-only communication or 'sse' / 'streamable-http' for remote communication |
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 | |