-
-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
I've just tried in Claude Desktop using the docker image and only three tools are available:

Using docker image built from latest on develop.
Here is my configuration for claude desktop:
{
"mcpServers": {
"odoo": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--network",
"odoo-network",
"-e",
"ODOO_URL",
"-e",
"ODOO_DB",
"-e",
"ODOO_USERNAME",
"-e",
"ODOO_PASSWORD",
"mcp/odoo"
],
"env": {
"ODOO_URL": "http://odoo:8069",
"ODOO_DB": "**",
"ODOO_USERNAME": "**",
"ODOO_VERIFY_SSL": "0",
"ODOO_PASSWORD": "**"
}
}
}
}
Metadata
Metadata
Assignees
Labels
No labels