AI Presentation at ICC 2025

I’ve had several requests, so I wanted to post a link here on the forums to the Github repo for the AI “Iggy” project that was presented at ICC 2025. Feel free to download and use it!

This project is not officially supported by IA, however, we are happy to answer questions about this project within this thread.

6 Likes

Does this require the unreleased MCP module, or can some of it run properly without it?

The solution in this repo has been updated to not require the MCP module since it is not available. It uses Web Dev end points to provide the request/response for the LLM.

However, the MCP module/MCP protocol will certainly make this much easier and more seamless. It will also cut down on the amount of setup that is required for extending tools since you have to define them twice, once in web dev and once in the tool request in n8n(in our case). Another benefit of the MCP module will be maintenance, since the LLM will get the updates automatically from the MCP module primitives when it makes the next call.

I will say, converting a Web Dev endpoint to the new MCP module primitives is pretty trivial when that module is available. And then you can take advantage of all the additional benefits the MCP protocol provides.

1 Like