Skip to main content
Glama

Azure AI Agent Service MCP Server

Azure AI Foundry MCP 服务器

该存储库展示了与 Azure AI Foundry 集成的 MCP 服务器,以实现由 Azure AI Foundry 支持的有趣场景。

MCP 服务器

与其他 MCP 客户端一起使用

这些服务器遵循 MCP 协议规范,可与任何兼容 MCP 的客户端配合使用。有关如何连接到外部 MCP 服务器的具体说明,请参阅客户端的文档。

开发说明

该项目采用多语言结构,使用 Python 和 TypeScript 实现:

Python 开发

  1. Python 代码位于 src/python 目录中
  2. 始终从项目根目录激活虚拟环境
  3. 对于软件包安装,请确保你位于 pyproject.toml 所在的 Python 目录中

TypeScript 开发

  1. TypeScript 代码位于 src/typescript 目录中
  2. 使用 ES 模块实现现代 JavaScript 兼容性
  3. 标准 npm 工作流程: npm installnpm run buildnpm start

执照

本项目遵循 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。

-
security - not tested
A
license - permissive license
-
quality - not tested

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。

  1. MCP 服务器
    1. 与其他 MCP 客户端一起使用
  2. 开发说明
    1. Python 开发
    2. TypeScript 开发
  3. 执照

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Connects AI models to the Terraform Registry via MCP, enabling provider lookups, resource usage examples, and module recommendations for streamlined Terraform workflows.
      Last updated -
      6
      113
      116
      TypeScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      Enables 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 -
      1
      Python
      MIT License
      • Linux
      • Apple
    • -
      security
      A
      license
      -
      quality
      An MCP server that provides integration with Microsoft's AutoGen framework, enabling multi-agent conversations through a standardized interface.
      Last updated -
      1
      Python
      MIT License
    • -
      security
      A
      license
      -
      quality
      An MCP server that allows AI assistants to interact with Foundry datasets, ontology objects, and functions through natural language queries and commands.
      Last updated -
      2
      Python
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/azure-ai-foundry/mcp-foundry'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server