Odoo ChatGPT Direct Connector
by Abdul0000
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ODOO_AGENT_API_TOKEN | Yes | API token used for Bearer authentication. Must be set to a long random secret. | |
| ODOO_AGENT_ALLOWED_ROOTS | No | Comma-separated list of allowed root directories for repo operations. Keep restricted to prevent path traversal. | |
| ODOO_AGENT_PUBLIC_BASE_URL | No | Public base URL for OAuth metadata (e.g., https://your-domain.com). Required for OAuth flow. | |
| ODOO_AGENT_REQUIRE_APPROVAL | No | Enable approval gating for dangerous actions. Set to 'true' to enable. Default is false. | |
| ODOO_AGENT_OAUTH_AUTO_APPROVE | No | Set to 'true' to auto-approve OAuth consent without manual token entry. Default false. | |
| ODOO_AGENT_PROTECTED_BRANCHES | No | Comma-separated list of protected branch names that always require approval for push. Default 'main,master,production,prod,live'. | |
| ODOO_AGENT_OAUTH_STATIC_CLIENT_ID | No | Static OAuth client ID for ChatGPT MCP app registration. Default 'odoo-agent-chatgpt'. | |
| ODOO_AGENT_OAUTH_STATIC_CLIENT_SECRET | No | Static OAuth client secret. Leave empty if not explicitly set. |
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/Abdul0000/odoo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server