Skip to main content
Glama

Azure AI Agent Service MCP Server

Azure AI Foundry MCP サーバー

このリポジトリでは、Azure AI Foundry と統合して、Azure AI Foundry を活用した興味深いシナリオを実現する MCP サーバーを紹介します。

MCP サーバー

他のMCPクライアントとの使用

これらのサーバーはMCPプロトコル仕様に準拠しており、MCP互換のクライアントで使用できます。外部MCPサーバーへの接続方法に関する具体的な手順については、クライアントのドキュメントを参照してください。

開発ノート

このプロジェクトは、Python と TypeScript の両方で実装されたポリグロット構造に従います。

Python開発

  1. Pythonコードはsrc/pythonディレクトリにあります
  2. 常にプロジェクトルートから仮想環境をアクティブ化します
  3. パッケージをインストールするには、pyproject.toml がある Python ディレクトリにいることを確認してください。

TypeScript開発

  1. TypeScriptコードはsrc/typescriptディレクトリにあります。
  2. 最新のJavaScriptとの互換性のためにESモジュールを使用
  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