Skip to content
Cline

OCL Context Layer for Cline

io.github.nantiai/ocl-standard

Reference MCP server for OCL, an open standard giving AI agents scoped business meaning for Odoo.

client:Cline transport:stdio runtime:oci

Install OCL Context Layer in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "ocl-standard": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nantiai/ocl-examples:0.1.0-alpha.1"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

OCL Context Layer in other clients