Skip to content
Zed

odoo surface mcp for Zed

io.github.solutionsunity/odoo-surface-mcp

Full Odoo access for AI agents via MCP: CRUD, website, translations, attachments, workflows.

client:Zed transport:stdio runtime:npm

Install odoo surface mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "odoo-surface-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@suco/odoo-surface-mcp"
      ],
      "env": {
        "ODOO_URL": "<ODOO_URL>",
        "ODOO_DB": "<ODOO_DB>",
        "ODOO_USERNAME": "<ODOO_USERNAME>",
        "ODOO_PASSWORD": "<ODOO_PASSWORD>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

odoo surface mcp in other clients