Security-first MCP gateway for Odoo 17/18/19 — YAML-driven security, 27 tools
Security-first MCP gateway for Odoo 17/18/19 — YAML-driven security, 27 tools
Is it safe?
No known CVEs for odoo-mcp-gateway.
No authentication — any process on your machine can connect to this server.
License not specified.
Last scanned 0 days ago.
Is it maintained?
Last commit 17 days ago.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
11 tools. Estimated ~1,100 tokens of your context window (0.5% of 200K).
What if it doesn't work?
Common issues: JSON syntax errors in config, Python version mismatch, network or firewall blocking. covers troubleshooting.
{
"mcpServers": {
"odoo": {
"env": {
"ODOO_DB": "mydb",
"ODOO_URL": "http://localhost:8069"
},
"args": [
"-m",
"odoo_mcp_gateway"
],
"command": "python"
}
}
}Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx odoo-mcp-gateway 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
loginAuthenticate with Odoo (api_key / password / session)
list_modelsList accessible models with metadata and keyword filter
get_model_fieldsGet field definitions for a model with optional filter
search_readSearch records with domain filters, field selection, ordering
get_recordGet a single record by ID
search_countCount matching records
create_recordCreate a new record (validates field names and values)
update_recordUpdate existing record (validates field names and values)
delete_recordDelete a single record by ID
read_groupAggregated grouped reads with aggregate functions
odoo://modelsList all accessible models
odoo://models
odoo://models/{name}Model detail with field definitions
odoo://models/{name}
odoo://record/{model}/{id}Single record data with RBAC field filtering
odoo://record/{model}/{id}
odoo://schema/{model}Model schema with field definitions
odoo://schema/{model}
Last scanned 7h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.