odoo-crm-mcp-server
Verified Safeby KasunJ1984
Overview
An MCP server for analyzing Odoo CRM data with intelligent context management, designed for Claude's context window efficiency.
Installation
docker run -p 3000:3000 -e ODOO_URL="https://your-odoo-instance.com" -e ODOO_DB="your_database_name" -e ODOO_USERNAME="your_username" -e ODOO_PASSWORD="your_password_or_api_key" odoo-crm-mcpEnvironment Variables
- ODOO_URL
- ODOO_DB
- ODOO_USERNAME
- ODOO_PASSWORD
- TRANSPORT
- PORT
- HOST
- MCP_EXPORT_DIR
- CACHE_TYPE
- REDIS_URL
- CACHE_KEY_PREFIX
- ODOO_POOL_MIN
- ODOO_POOL_MAX
- ODOO_POOL_ACQUIRE_TIMEOUT
- ODOO_POOL_IDLE_TIMEOUT
- ODOO_POOL_EVICTION_INTERVAL
- ODOO_POOL_TEST_ON_BORROW
Security Notes
The server explicitly relies on environment variables for Odoo credentials, preventing hardcoding. Input validation is performed using Zod schemas. File export operations write to a designated directory (`/mnt/user-data/outputs` by default), preventing arbitrary file writes. Cross-Origin Resource Sharing (CORS) is configured to allow all origins (`Access-Control-Allow-Origin: *`) for browser-based Claude.ai compatibility, but the README advises implementing proper authentication and IP whitelisting in production deployments for enhanced security. Uncaught exceptions and unhandled promise rejections are logged but do not crash the server, prioritizing resilience.
Similar Servers
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
mcpcat-python-sdk
An analytics and observability SDK for Multi-modal Conversational Platform (MCP) servers, capturing user behavior and tool interactions for product development and debugging.
bluera-knowledge
Provides a semantic knowledge base and intelligent web crawling capabilities to power coding agents, enabling them to search internal project files, Git repositories, and crawled web documentation.