Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host for SSE mode | 0.0.0.0 |
| PORT | No | Server port for SSE mode | 8000 |
| ODOO_DB | Yes | Database name | |
| ODOO_URL | Yes | Odoo instance URL | |
| LOG_LEVEL | No | Logging level | INFO |
| ODOO_TIMEOUT | No | Request timeout in seconds | 60 |
| MCP_TRANSPORT | No | Transport mode: stdio or sse | stdio |
| ODOO_PASSWORD | Yes | Password | |
| ODOO_USERNAME | Yes | Username | |
| ODOO_VERIFY_SSL | No | Verify SSL certificates | false |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |