MCP Server that interacts with Azure AI Foundry (experimental)
@azure-ai-foundry
About MCP Server that interacts with Azure AI Foundry (experimental)
A MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp_foundry_server": {
"command": "uvx",
"args": [
"--prerelease=allow",
"--from",
"git+https://github.com/azure-ai-foundry/mcp-foundry.git",
"run-azure-ai-foundry-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server that interacts with Azure AI Foundry (experimental)?
This is an experimental Model Context Protocol server that provides tools for interacting with Azure AI Foundry, including model discovery, deployment, knowledge indexing, evaluation, and fine-tuning. It has been superseded by the cloud-hosted Foundry MCP Server (preview) and this repository will not be updated further.
How to use MCP Server that interacts with Azure AI Foundry (experimental)?
Install uv, set environment variables in a .env file, and configure the server in VS Code via .vscode/mcp.json using the command uvx --prerelease=allow --from git+https://github.com/azure-ai-foundry/mcp-foundry.git run-azure-ai-foundry-mcp. Then start the server and use GitHub Copilot Chat in Agent mode. Alternatively, use the provided GitHub template or the one-click VS Code install link.
Key features of MCP Server that interacts with Azure AI Foundry (experimental)
- List, get details, and compare models from Azure AI Foundry catalog.
- Create Azure AI Services accounts and deploy models.
- Manage AI Search indexes, documents, indexers, and data sources.
- Run text and agent evaluations with configurable evaluators.
- List, query, and evaluate Azure AI Agents.
- Monitor and manage fine-tuning jobs, metrics, and files.
Use cases of MCP Server that interacts with Azure AI Foundry (experimental)
- Discover and select suitable models for a project from the model catalog.
- Deploy OpenAI models on Azure AI Services and check quotas.
- Build and test prototypes using models with GitHub tokens.
- Create and query knowledge indexes in Azure AI Search.
- Evaluate agent responses with built-in or custom evaluators.
FAQ from MCP Server that interacts with Azure AI Foundry (experimental)
Is this server still maintained?
No—this experimental server has moved to the cloud as Foundry MCP Server (preview). This GitHub repo contains outdated information and will not be updated.
What runtime does the server require?
You need uv installed (see Installing uv). The server runs via uvx with the --prerelease=allow flag.
Where are environment variables set?
They are defined in a .env file in the workspace root, which is referenced in the MCP server configuration (--envFile ${workspaceFolder}/.env).
Which transports or authentication does the server use?
The server uses stdio transport. Authentication is configured via environment variables (e.g., Azure credentials). The new cloud version uses Microsoft Entra ID with On-Behalf-Of flow.
What are the main tool categories?
The server provides tools for Models (explore, build, deploy), Knowledge (index, document, query), Evaluation (text and agent evaluators), and Finetuning (job management, metrics, Swagger actions).
More Cloud & Infrastructure MCP servers
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Comments