Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoThe IP address(es) on which the server is to listen for connections from clients
LOG_LEVELNoDesired logging level (see Python logging levels), default is INFOINFO
ODOO_VERSIONYesMajor version of your Odoo server (e.g., 18)
ODOO_BASE_URLYesThe URL of the Odoo instance (e.g., http://localhost:8069)
ODOO_DATABASEYesThe database name to connect to
ODOO_PASSWORDYesPassword or API Key for authentication
ODOO_USERNAMEYesUsername for authentication
EXT_DIRECTORIESNoComma-separated list of paths to search for additional tools that can be loaded at runtime
TOOLS_TO_REGISTERYesComma-separated list of tools to expose to the MCP client
TRANSPORT_PROTOCOLYesThe MCP transport protocol to use. Valid values are 'stdio' for local-only communication or 'sse' / 'streamable-http' for remote communication

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/alberto-re/mcp-server-odoo'

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