MCP Server that interacts with Azure AI Foundry (experimental)
@azure-ai-foundry
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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).
云与基础设施 分类下的更多 MCP 服务器
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
🐋 Docker MCP server
ckreilingMCP server for Docker
评论