Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ODOO_URLYesThe URL of the Odoo instance (e.g., https://your-company.odoo.com)
ODOO_API_KEYYesThe API key generated for the Odoo user
ODOO_API_MODENoProtocol mode: 'auto' for automatic selection, 'xmlrpc' for Odoo 16-18, 'json2' for Odoo 19auto
ODOO_DATABASEYesThe Odoo database name
ODOO_USERNAMEYesThe Odoo user login (email) for the dedicated bot user
ODOO_JOURNAL_PATHNoPath to the local SQLite audit journal file~/.local/state/odoo-mcp/journal.sqlite3
ODOO_ALLOW_MUTATIONSNoEnable mutation preview and apply tools. Set to 'true' only after read-only testing.false
ODOO_MAX_READ_RECORDSNoMaximum number of records returned by read operations (default 100)
ODOO_PLAN_TTL_SECONDSNoTime-to-live for mutation preview tokens in seconds (default 300)
ODOO_MAX_MUTATION_RECORDSNoMaximum number of records affected by a mutation (default 20)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/techniondigitalsolutions/odoo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server