Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"azure-ai-foundry": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.ai.azure.com"
],
"url": "https://mcp.ai.azure.com",
"env": {
"AZURE_TENANT_ID": "${AZURE_TENANT_ID}"
}
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npxhttps://mcp.ai.azure.comAZURE_TENANT_ID=${AZURE_TENANT_ID}