Integrations
Offers integration with the Azure AI Community Discord server for community support and discussions around the MCP server.
Provides badges for repository watchers, forks, and stars to display engagement metrics for the MCP server project.
Enables standard workflow for TypeScript development through npm commands for installation, building, and running the MCP server.
Azure AI Foundry MCP-Server
Dieses Repository präsentiert MCP-Server, die in Azure AI Foundry integriert sind, um interessante Szenarien auf Basis von Azure AI Foundry zu ermöglichen.
MCP-Server
- Azure AI Agent Service MCP-Server – Stellen Sie eine Verbindung zu Azure AI Agents her und verwenden Sie sie in jedem MCP-Client.
Verwendung mit anderen MCP-Clients
Diese Server folgen der MCP-Protokollspezifikation und können mit jedem MCP-kompatiblen Client verwendet werden. Genaue Anweisungen zur Verbindung mit externen MCP-Servern finden Sie in der Dokumentation Ihres Clients.
Entwicklungsnotizen
Dieses Projekt folgt einer polyglotten Struktur mit Implementierungen sowohl in Python als auch in TypeScript:
Python-Entwicklung
- Der Python-Code befindet sich im Verzeichnis src/python
- Aktivieren Sie die virtuelle Umgebung immer vom Projektstamm aus
- Stellen Sie für die Paketinstallation sicher, dass Sie sich im Python-Verzeichnis befinden, in dem sich pyproject.toml befindet
TypeScript-Entwicklung
- Der TypeScript-Code befindet sich im Verzeichnis src/typescript
- Verwendet ES-Module für moderne JavaScript-Kompatibilität
- Standard-npm-Workflow:
npm install
→npm run build
→npm start
Lizenz
Dieses Projekt ist unter der MIT-Lizenz lizenziert. Das bedeutet, dass Sie die Software unter den Bedingungen der MIT-Lizenz frei verwenden, verändern und verbreiten dürfen. Weitere Informationen finden Sie in der LICENSE-Datei im Projekt-Repository.
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.
Ermöglicht Verbindungen zu Azure AI Agents innerhalb jedes MCP-Clients, sodass Benutzer die Modelle und Wissenstools von Azure AI Foundry wie Azure AI Search und Bing Web Grounding über eine Konversationsschnittstelle nutzen können.
Related MCP Servers
- AsecurityAlicenseAqualityThis server provides a convenient API for interacting with Azure DevOps services, enabling AI assistants and other tools to manage work items, code repositories, boards, sprints, and more. Built with the Model Context Protocol, it provides a standardized interface for communicating with Azure DevOpsLast updated -9618TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Azure DevOps resources including projects, work items, repositories, pull requests, branches, and pipelines through a standardized protocol.Last updated -15602131TypeScriptMIT License
- -securityFlicense-qualityA reference server implementation for the Model Context Protocol that enables AI assistants to interact with Azure DevOps resources and perform operations such as project management, work item tracking, repository operations, and code search programmatically.Last updated -3TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Azure DevOps services, allowing users to query work items with plans to support creating/updating items, managing pipelines, handling pull requests, and administering sprints and branch policies.Last updated -916PythonMIT License