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 모두로 구현된 다국어 구조를 따릅니다.

파이썬 개발

  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 검색 및 Bing 웹 그라운딩과 같은 지식 도구를 활용할 수 있도록 합니다.

  1. MCP 서버
    1. 다른 MCP 클라이언트와 함께 사용
  2. 개발 노트
    1. 파이썬 개발
    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