Integrates with Azure AI Foundry to connect to existing Azure AI Agents, leveraging models and knowledge tools.
If you already use Azure AI Agent Service, the azure ai agent service mcp server is the piece that lets your assistant work with it directly. Integrates with Azure AI Foundry to connect to existing Azure AI Agents, leveraging models and knowledge tools.
A Model Context Protocol server for Azure AI Foundry, providing a unified set of tools for models, knowledge, evaluation, and more.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Models — The Models tool exposed by this serverConfiguration is passed through the environment: GITHUB_TOKEN, AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, AZURE_AI_SEARCH_API_KEY, AZURE_OPENAI_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Azure AI Agent Service's toolset — Models — is a fair guide to whether it matches your workflow. It is maintained by azure-ai-foundry; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Azure AI Agent Service's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Models | The Models tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| GITHUB_TOKEN | Credential the server authenticates with. | Yes |
| AZURE_TENANT_ID | Configuration value read at startup. | Optional |
| AZURE_CLIENT_ID | Configuration value read at startup. | Optional |
| AZURE_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| AZURE_AI_SEARCH_API_KEY | Credential the server authenticates with. | Yes |
| AZURE_OPENAI_API_KEY | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.