Skip to main content
Glama

Odoo MCP Server Advanced

by AlanOgic
docker-compose.yml1.01 kB
services: # SSE Transport (Web Browsers) odoo-mcp-sse: build: context: . dockerfile: Dockerfile.sse args: PYTHON_VERSION: 3.13 env_file: .env ports: - "8009:8009" volumes: - ./logs/sse:/app/logs restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8009/health"] interval: 30s timeout: 10s retries: 3 start_period: 10s networks: - odoo-mcp-network # HTTP Transport (API Integrations) odoo-mcp-http: build: context: . dockerfile: Dockerfile.http args: PYTHON_VERSION: 3.13 env_file: .env ports: - "8008:8008" volumes: - ./logs/http:/app/logs restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8008/health"] interval: 30s timeout: 10s retries: 3 start_period: 10s networks: - odoo-mcp-network networks: odoo-mcp-network: driver: bridge

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

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