odoo-semantic-server

Viindoo/odoo-semantic-server
★ 3 stars Python AI/LLM Updated 1d ago
Semantic Graph and MCP Server for Odoo Code Intelligence
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "odoo-semantic-server": {
      "command": "uvx",
      "args": [
        "odoo-semantic-server"
      ]
    }
  }
}

Or install with pip: pip install odoo-semantic-server

README Excerpt

> **Knowledge engine** hiểu sâu codebase Odoo — inheritance chain, view structure, JS patch — > expose qua MCP protocol để mọi AI coding tool đều dùng được. --- Khi AI coding tool (Claude Code, Codex, Gemini) làm việc với Odoo, chúng thường: - Hallucinate tên field, method không tồn tại - Không biết model `sale.order` được extend bởi bao nhiêu module

Tools (3)

describe_modulefind_override_pointlist_available_profiles