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 | No | Your Odoo instance URL | |
ODOO_USER | No | Username (if not using API key) | |
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 | |
ODOO_MCP_LOG_LEVEL | No | Log level for debugging | |
ODOO_MCP_TRANSPORT | No | Transport type: stdio, streamable-http | stdio |
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 |