Odoo Dev MCP Server
by woodwosj
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_API_KEY | No | Bearer token for authentication (leave empty for no auth during development) | |
| MCP_LOG_LEVEL | No | Logging verbosity (debug, info, warning, error) | info |
| MCP_SERVER_HOST | No | Bind address for the MCP server | 127.0.0.1 |
| MCP_SERVER_PORT | No | HTTP port for the MCP server | 8768 |
| MCP_MAX_READ_SIZE | No | Maximum file size for reads in MB | 10 |
| MCP_QUERY_TIMEOUT | No | Default query timeout in seconds | 30 |
| MCP_AUDIT_LOG_PATH | No | Path to audit log file | /var/log/odoo/mcp_audit.log |
| MCP_MAX_WRITE_SIZE | No | Maximum file size for writes in MB | 50 |
| MCP_PHONE_HOME_URL | No | API endpoint to register server on startup (optional) | |
| MCP_MAX_RESULT_ROWS | No | Maximum rows returned by queries | 1000 |
| MCP_HEARTBEAT_INTERVAL | No | Seconds between heartbeat pings | 60 |
| MCP_MAX_COMMAND_TIMEOUT | No | Maximum allowed timeout in seconds | 600 |
| MCP_AUDIT_LOGGING_ENABLED | No | Enable/disable audit logging | true |
| MCP_DEFAULT_COMMAND_TIMEOUT | No | Default timeout in seconds for commands | 30 |
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/woodwosj/OdooDevMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server