From aee6af5fab5869a8e8c2a16701740d7402886214 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 16 Jun 2026 14:55:50 -0300 Subject: [PATCH] Convert speed-run-odoo-mcp to guide, add MCP section to odoo-hermes-agent --- blog/index.json | 8 ++++---- blog/posts/speed-run-odoo-mcp.html | 18 +++++++++--------- odoo-hermes-agent.html | 4 ++++ 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/blog/index.json b/blog/index.json index 1a7cf31..71000b9 100644 --- a/blog/index.json +++ b/blog/index.json @@ -3,10 +3,10 @@ { "id": "speed-run-odoo-mcp", "date": "2026-06-16", - "area": "speed-run", + "area": "guide", "agent": "hermes", - "headline": "Speed Run: Connect Hermes Agent to Odoo via MCP", - "teaser": "From zero to an MCP-connected Odoo agent in 5 steps. Clone the server, configure env vars, add to Hermes, and query your ERP through the Model Context Protocol.", + "headline": "Connect Hermes Agent to Odoo via MCP", + "teaser": "Connect Hermes Agent to Odoo via MCP in 5 steps. Clone the server, configure env vars, register with Hermes, and query your ERP through the Model Context Protocol.", "link": "blog/posts/speed-run-odoo-mcp.html" }, { @@ -101,4 +101,4 @@ "link": "blog/posts/speed-run-odoo-community-agent.html" } ] -} \ No newline at end of file +} diff --git a/blog/posts/speed-run-odoo-mcp.html b/blog/posts/speed-run-odoo-mcp.html index d4e0b81..721dcc0 100644 --- a/blog/posts/speed-run-odoo-mcp.html +++ b/blog/posts/speed-run-odoo-mcp.html @@ -5,14 +5,14 @@ - Speed Run: Connect Hermes Agent to Odoo via MCP — derez.ai Blog - + Connect Hermes Agent to Odoo via MCP — derez.ai Blog + - - + + - + @@ -128,10 +128,10 @@
← Back to Blog -

Speed Run: Connect Hermes Agent to Odoo via MCP

+

Connect Hermes Agent to Odoo via MCP

June 16, 2026 - speed-run + guide hermes mcp
@@ -147,7 +147,7 @@ Hermes Agent.

- This speed run walks through the MCP approach in 5 steps. Clone, configure, connect, done. + This guide walks through the MCP approach in 5 steps. Clone, configure, connect, done.

@@ -229,7 +229,7 @@ uvx mcp-server-odoo

Pro Tip: YOLO mode (ODOO_YOLO=read) bypasses the need for the Odoo MCP module. - This is great for testing and speed runs. For production, install the + This is great for testing and quick prototyping. For production, install the Odoo MCP module on your Odoo instance and set ODOO_YOLO=off for full security controls.

diff --git a/odoo-hermes-agent.html b/odoo-hermes-agent.html index 748bd8c..3fa5547 100644 --- a/odoo-hermes-agent.html +++ b/odoo-hermes-agent.html @@ -163,6 +163,10 @@
  • Prompt 2 — Your task. Example: "List all contacts in the CRM with Stage = Cold. Include name, email, and company. Sort by date added."
  • +

    Connect via MCP

    +

    Prefer the Model Context Protocol? An MCP server sits between Hermes and Odoo as a translation layer. Clone mcp-server-odoo, configure it with your Odoo credentials, register with hermes mcp add, and your agent discovers Odoo tools automatically.

    +

    Read the MCP Integration Guide →

    +

    Why Odoo + Hermes Agent?

    Odoo is powerful but navigating its many modules (CRM, Sales, Inventory, Accounting) takes clicks. Hermes Agent gives you a single text interface to all of it — ask in English, get answers in seconds. Combined with web search and email tools, your agent becomes an autonomous business operations assistant.