odoo-mcp-server
by MrKhaled007
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ODOO_DB | Yes | Odoo database name | |
| ODOO_URL | Yes | URL of the Odoo instance (e.g., http://localhost:8069) | |
| ODOO_API_KEY | Yes | API key for the service account | |
| ODOO_USERNAME | Yes | Service account username | |
| MCP_AUDIT_PATH | No | Path to audit log file (default: ./logs/audit.log) | ./logs/audit.log |
| MCP_RATE_LIMIT | No | Rate limit per client per minute (default: 60) | 60 |
| MCP_MAX_RECORDS | No | Hard cap on records per call (max 500, default: 100) | 100 |
| MCP_QUERY_TIMEOUT | No | Query timeout in seconds (default: 10) | 10 |
| MCP_PERMISSION_MODE | No | Permission mode: 'read' or 'write' (default: read) | read |
Capabilities
Server capabilities have not been inspected yet.
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MrKhaled007/odoo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server