Is a MCP server exist for Incus

Hello there,

Maybe a silly question but I was wondering if it exists a MCP server for incus ? I’ve seen it exist an API and I’d love to connect a LLM to this.

If the subject has already be treated, sorry for redundancy but I didn’t catch any info so far.

Best Regards,

PS: Incus is an amazing tool, I love it. I will use it as a daily (k8s, CI/CD, …) for personal and professional stuff

Hi Frédéric.

I have not heard of one. It is an interesting idea.

You can get everything from Incus as JSON using the CLI tools. That might be enough to connect an LLM or to build a simple MCP interface. If you decide to build a MCP service then Go should work pretty well. Incus is written in Go.

Hey @jarrodu ,

Thanks for the comment, I will definitely check that. I’m not really familiar with Go but I guess that worst a try.\

I didn’t yet really realized that I just could use directly the cli tool directly with a LLM. But you right, that’s so simple as that. I will try with Claude code. Great tips :wink:

It’s freaking thinking we can nowdays do such things using LLM …