Hi,
After installing apliqo-mcp in the 2026.04 version of UX NextGen, I found that the apliqo-mcp container keeps throwing errors.
How can this issue be resolved?
thanks
here is the apliqo-mcp and apliqo-api logs
Hi,
After installing apliqo-mcp in the 2026.04 version of UX NextGen, I found that the apliqo-mcp container keeps throwing errors.
How can this issue be resolved?
thanks
here is the apliqo-mcp and apliqo-api logs
Hi ,
I think the mcp url at providers configuration is not correct,
Try http://host.docker.internal:3005 or http://host.docker.internal:”Port used for the mcp docker compose yaml”
I had similar issue and reported to Apliqo team, as @samit mentioned, the URL that comes by default appears to be wrong, by removing the “/mcp” part from the url in the configuration it should work.
Hi @rmazziero, may i know which configuration should be changed?
Sure, in the Global Settings, you should now see a new section “AI Config”, then go to “Providers Configuration” and in the TM1 MCP Url, remove the “/mcp” part.
The URL should be http://host.docker.internal:3004 or the Port you set on your docker-compose.yml.
If you are not seeing the AI config setting, because of the errors, you can go directly on the mongoDB, via mongo compass, login with the root and password, In the “constants” collection, under “ai-chat”, you can edit url there:
hope this helps!
It’s very strange. I’m using version 2026.04, but I can’t find the AI Config option in the menu as shown in your screenshot.
Probably just worth mentioning, that the IX is not enabled by default, it requires a different license from Apliqo for it to be enabled.
It may not be your case and you have the right license already, just mentioning here in case anyone else have similar issue.
Nice one! ![]()