A MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-foundry": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol server for Azure AI Foundry, providing a unified set of tools for models, knowledge, evaluation, and more.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / cloud
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Foundry and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol server for Azure AI Foundry, providing a unified set of tools for models, knowledge, evaluation, and more.
MCP Server for Azure AI Foundry (experimental) has moved to the cloud, now as Foundry MCP Server (preview). Please check the official public documentation at Get started with Foundry MCP Server (preview). This GitHub repository contains the outdated information on the previous experimental server implementation, and will not be updated further. Instead, refer to the new, remotely hosted and managed Foundry MCP Server, that has the following benefits:
The rest of this repo (including codebase) explains the now-deprecated MCP Server that interactes with Azure AI Foundry (experimental).
| Category | Tool | Description |
|---|---|---|
| Explore | list_models_from_model_catalog | Retrieves a list of supported models from the Azure AI Foundry catalog. |
list_azure_ai_foundry_labs_projects | Retrieves a list of state-of-the-art AI models from Microsoft Research available in Azure AI Foundry Labs. | |
get_model_details_and_code_samples | Retrieves detailed information for a specific model from the Azure AI Foundry catalog. | |
| Build | get_prototyping_instructions_for_github_and_labs | Provides comprehensive instructions and setup guidance for starting to work with models from Azure AI Foundry and Azure AI Foundry Labs. |
| Deploy | get_model_quotas | Get model quotas for a specific Azure location. |
create_azure_ai_services_account | Creates an Azure AI Services account. | |
list_deployments_from_azure_ai_services | Retrieves a list of deployments from Azure AI Services. | |
deploy_model_on_ai_services | Deploys a model on Azure AI Services. | |
create_foundry_project | Creates a new Azure AI Foundry project. |
| Category | Tool | Description |
|---|---|---|
| Index | list_index_names | Retrieve all names of indexes from the AI Search Service |
list_index_schemas | Retrieve all index schemas from the AI Search Service | |