Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ODOO_DBYesDatabase name
ODOO_URLYesURL of the Odoo instance, e.g., https://my-instance.odoo.com
ODOO_API_KEYNoAPI key (required for JSON-2 / Odoo 19+)
ODOO_PASSWORDNoLegacy password for Odoo <=18 if no API key
ODOO_USERNAMEYesUsername for authentication
ODOO_SOURCE_PATHNoOptional path to addons directory to unlock TIER_2 code intelligence

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
odoo_statusA

Report connection status, detected Odoo version, transport and capability tier.

odoo_list_modelsB

List installed models (optionally filtered by technical name substring).

odoo_model_schemaA

Full schema for a model: normalised field metadata plus the deterministic model->table->column mapping (how the class maps to the database).

odoo_map_model_to_tableC

Return only the model<->table<->column mapping for a model.

odoo_relationshipsB

Build a relationship graph across the given models. Returns edges and, optionally, a Mermaid ER diagram.

odoo_searchC

Search and read records. domain is an Odoo domain (list of triples).

odoo_countC

Count records matching a domain.

odoo_access_rulesC

Return ACLs (ir.model.access) and record rules (ir.rule) for a model.

odoo_execute_methodC

Call a model method. Read-only methods are always allowed; mutating methods require ODOO_ENABLE_WRITES=1.

odoo_list_modulesB

List modules discovered in the configured source tree (ODOO_SOURCE_PATH).

odoo_module_dependency_diagramA

Mermaid flowchart of module dependencies from manifests.

odoo_inheritance_diagramA

Mermaid flowchart of model inheritance/extension/delegation across the source.

odoo_model_sourceC

Return the source-derived definition(s) of a model and a class diagram.

odoo_detect_driftA

Compare a model's SOURCE fields against the LIVE database and report drift (Studio/manual fields, un-upgraded modules, type mismatches). Needs both the source tree (TIER_2) and a live connection (TIER_0).

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/syedasadabbas/Claude-MCP-for-Odoo'

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