Azure AI Foundry MCP 服务器
该存储库展示了与 Azure AI Foundry 集成的 MCP 服务器,以实现由 Azure AI Foundry 支持的有趣场景。
MCP 服务器
- Azure AI 代理服务 MCP 服务器- 连接到 Azure AI 代理并在任何 MCP 客户端中使用它们。
与其他 MCP 客户端一起使用
这些服务器遵循 MCP 协议规范,可与任何兼容 MCP 的客户端配合使用。有关如何连接到外部 MCP 服务器的具体说明,请参阅客户端的文档。
开发说明
该项目采用多语言结构,使用 Python 和 TypeScript 实现:
Python 开发
- Python 代码位于 src/python 目录中
- 始终从项目根目录激活虚拟环境
- 对于软件包安装,请确保你位于 pyproject.toml 所在的 Python 目录中
TypeScript 开发
- TypeScript 代码位于 src/typescript 目录中
- 使用 ES 模块实现现代 JavaScript 兼容性
- 标准 npm 工作流程:
npm install
→npm run build
→npm start
执照
本项目遵循 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
支持任何 MCP 客户端内与 Azure AI 代理的连接,允许用户通过对话界面利用 Azure AI Foundry 的模型和知识工具,如 Azure AI Search 和 Bing Web Grounding。
Related MCP Servers
- -securityAlicense-qualityEnables AI assistants to interact with and manage Google Cloud Platform resources including Compute Engine, Cloud Run, Storage, BigQuery, and other GCP services through a standardized MCP interface.Last updated -3PythonMIT License
- -securityAlicense-qualityAn MCP server that allows AI assistants to interact with Foundry datasets, ontology objects, and functions through natural language queries and commands.Last updated -8PythonMIT License
- -securityAlicense-qualityActs as an AI Gateway for MCP servers using Azure API Management, implementing the latest MCP Authorization specification.Last updated -88MIT License
- AsecurityAlicenseAqualityConnects AI assistants to external data sources (Google, Bing, etc.) via SearchAPI.site, implementing the Model Context Protocol (MCP) for secure and contextual access to web information.Last updated -128TypeScriptMIT License