Skip to main content
Glama

MCP Server for Odoo

__init__.py•642 B
"""MCP Server for Odoo - Model Context Protocol server for Odoo ERP systems.""" __version__ = "0.1.0" __author__ = "Andrey Ivanov" __license__ = "MPL-2.0" from .access_control import AccessControlError, AccessController, ModelPermissions from .config import OdooConfig, load_config from .odoo_connection import OdooConnection, OdooConnectionError, create_connection from .server import OdooMCPServer __all__ = [ "OdooMCPServer", "OdooConfig", "load_config", "OdooConnection", "OdooConnectionError", "create_connection", "AccessController", "AccessControlError", "ModelPermissions", "__version__", ]

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

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