adf-mcp-server
adf-mcp-server
Schreibgeschützter MCP-Server (Model Context Protocol) für Azure Data Factory Überwachung und Root-Cause-Analyse, entwickelt für die Nutzung mit VS Code / Claude Code.
Status: Schritt 1 (Skelett + Health-Check). Noch keine Azure-Konnektivität – das wird in Schritt 2 (Authentifizierung) und Schritt 3 (ADF-Tools) hinzugefügt.
Voraussetzungen
Python 3.11+
Related MCP server: azure-adf-mcp
Lokale Einrichtung
cd adf-mcp-server
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e ".[dev]"
cp .env.example .env.env benötigt derzeit nur den Server-Einstellungsblock (ADF_MCP_*). Die
AZURE_*-Zeilen sind Platzhalter für Schritt 2 – lassen Sie sie vorerst auskommentiert.
Server ausführen
python -m adf_mcp.server
# or, after `pip install -e .`:
adf-mcp-serverDer Server kommuniziert über stdio – wenn man ihn direkt in einem Terminal ausführt,
sieht es aus, als würde er hängen; das ist erwartungsgemäß, da er auf einen MCP-Client
(VS-Code-Erweiterung, Claude Code, mcp dev usw.) wartet, der sich über stdin/stdout verbindet.
Konfiguration in VS Code
Setzen Sie die Server-Konfiguration Ihrer MCP-fähigen Erweiterung auf:
{
"command": "python",
"args": ["-m", "adf_mcp.server"],
"cwd": "/absolute/path/to/adf-mcp-server"
}Sobald die Verbindung hergestellt ist, rufen Sie das Tool health_check auf – es sollte
{"status": "ok", ...} zurückgeben, ohne Azure überhaupt zu berühren.
Tests ausführen
pip install -e ".[dev]" pytest-asyncio
pytest -vProjektaufbau
Siehe src/adf_mcp/ – server.py (MCP-Transport), config.py (Einstellungen),
logging_config.py (strukturierte Logging). Domänenlogik und Azure-Konnektivität
werden ab Schritt 3 unter src/adf_mcp/domain/ hinzugefügt.
Fehlerbehebung
Client zeigt sofort „Server getrennt" an: Prüfen Sie, dass
python -m adf_mcp.serverzuerst sauber läuft – ein Startup-Fehler beendet den Prozess, bevor der Client überhaupt eine Verbindung aufbauen kann.Client kann Antworten nicht parsen / verstümmelte Ausgabe: Es wurde etwas an stdout geschrieben, das nicht das MCP-Protokoll ist (z. B. ein versehentliches
print()). Das gesamtes Protokollieren in diesem Projekt geht aus genau diesem Grund auf stderr.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides standardized MCP interfaces for Azure services including Cosmos DB operations (container and item management) and AI Search operations (index management), deployed through Azure API Management gateway.MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that exposes Azure Data Factory operations as tools any LLM can call — trigger pipelines, monitor runs, inspect datasets, and get factory health summaries through natural language.MIT
- AlicenseBqualityAmaintenanceRead-only MCP server for Kafka cluster health, consumer lag, partition state, and replay-readiness, enabling AI agents to diagnose streaming incidents without write access.82MIT
- AlicenseAqualityAmaintenanceA read-only MCP server that reports BI pipeline readiness, blockers, and the next allowed action for governed Power BI workflows. It never writes files, executes warehouse work, or grants human approvals.63182Apache 2.0
Related MCP Connectors
MCP uptime, schema, auth, and SLA receipt monitoring.
Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.
Read-only Dant3 MCP for public rooms, agents, jobs and provisional machine onboarding.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mvcharygenai/adf-mcp-server-step1'
If you have feedback or need assistance with the MCP directory API, please join our Discord server