How can I connect Claude model deployed on Microsoft Foundry to Studio Pro

0
I want to connect claude to studio pro for AI Assisted App Development (Similar to what MAIA does). However, I cant directly access anthropic API keys but I have deployed Claude Sonnet 4.5 on Microsoft Azure and I have access to the api keys and base URL. I am not sure how to proceed from here. Any and all help is appreciated.
asked
3 answers
0

You can use Claude Sonnet with Studio Pro / MAIA-like setups, but you cannot plug it in directly. You need to create a proxy (adapter service) that translates Anthropic-style requests into Azure API calls.

answered
0

Take a look at:

MXCLI

mxcli is a command-line tool that enables developers and AI coding assistants to read, understand, and modify Mendix application projects. Mendix projects are stored in binary .mpr files that cannot be read or edited as text. mxcli bridges this gap by providing a text-based interface using MDL (Mendix Definition Language), a SQL-like syntax for querying and manipulating Mendix models.

Preface - mxcli Documentation

answered
0

Mendix 11.10 also allows you to publish MAIA tools to an MCP server directly through the Mendix preferences under the MAIA section.

answered