Convert speed-run-odoo-mcp to guide, add MCP section to odoo-hermes-agent

This commit is contained in:
Oliver
2026-06-16 14:55:50 -03:00
parent 69dc53b02e
commit aee6af5fab
3 changed files with 17 additions and 13 deletions
+4 -4
View File
@@ -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"
}
]
}
}
+9 -9
View File
@@ -5,14 +5,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://derez.ai/blog/posts/speed-run-odoo-mcp.html" />
<title>Speed Run: Connect Hermes Agent to Odoo via MCP — derez.ai Blog</title>
<meta name="description" content="From zero to an MCP-connected Odoo agent in 5 steps. Clone the server, set env vars, add to Hermes Agent, and start querying your ERP through the Model Context Protocol." />
<title>Connect Hermes Agent to Odoo via MCP — derez.ai Blog</title>
<meta name="description" content="Connect Hermes Agent to Odoo via MCP in 5 steps. Clone the server, set up env vars, register with Hermes, and start querying your ERP through the Model Context Protocol." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://derez.ai/blog/posts/speed-run-odoo-mcp.html" />
<meta property="og:title" content="Speed Run: Connect Hermes Agent to Odoo via MCP" />
<meta property="og:description" content="From zero to an MCP-connected Odoo agent in 5 steps. Clone, set env vars, add to Hermes, and query your ERP through the Model Context Protocol." />
<meta property="og:title" content="Connect Hermes Agent to Odoo via MCP" />
<meta property="og:description" content="Connect Hermes Agent to Odoo via MCP in 5 steps. Clone, set up env vars, register with Hermes, and query your ERP through the Model Context Protocol." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Speed Run: Connect Hermes Agent to Odoo via MCP" />
<meta name="twitter:title" content="Connect Hermes Agent to Odoo via MCP" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700&display=swap" rel="stylesheet" />
@@ -128,10 +128,10 @@
<body>
<div class="container">
<a class="back" href="https://derez.ai/#blog">&larr; Back to Blog</a>
<h1>Speed Run: Connect Hermes Agent to Odoo via MCP</h1>
<h1>Connect Hermes Agent to Odoo via MCP</h1>
<div class="meta">
<span>June 16, 2026</span>
<span class="area-tag">speed-run</span>
<span class="area-tag">guide</span>
<span class="chip-tag">hermes</span>
<span class="chip-tag">mcp</span>
</div>
@@ -147,7 +147,7 @@
<strong>Hermes Agent</strong>.
</p>
<p>
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.
</p>
<div class="pro-tip">
@@ -229,7 +229,7 @@ uvx mcp-server-odoo</code></pre>
<div class="pro-tip">
<p><strong>Pro Tip:</strong> YOLO mode (<code>ODOO_YOLO=read</code>) 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
<a href="https://apps.odoo.com/apps/modules/19.0/mcp_server?utm_source=derez" target="_blank" rel="noopener">Odoo MCP module</a>
on your Odoo instance and set <code>ODOO_YOLO=off</code> for full security controls.</p>
</div>