adf-mcp-server
adf-mcp-server
Azure Data Factory の監視と根本原因分析を行うための読み取り専用 MCP (Model Context Protocol) サーバーです。VS Code / Claude Code から使用するために構築されています。
ステータス: Step 1 (スケルトン + ヘルスチェック)。 まだ Azure との接続はありません。これは Step 2 (auth) と Step 3 (ADF tools) で追加されます。
要件
Python 3.11+
Related MCP server: azure-adf-mcp
ローカルセットアップ
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 に必要なのはサーバー設定ブロック (ADF_MCP_*) だけです。AZURE_* の行は Step 2 用のプレースホルダーなので、今はコメントアウトしたままにしてください。
サーバーの実行
python -m adf_mcp.server
# or, after `pip install -e .`:
adf-mcp-serverサーバーは stdio を介して通信します。ターミナルで直接実行するとハングしているように見えますが、これは想定どおりです。MCP クライアント (VS Code 拡張機能、Claude Code、mcp dev など) が stdin/stdout 経由で接続するのを待っています。
VS Code での設定
MCP 対応拡張機能のサーバー設定には、次を指定してください:
{
"command": "python",
"args": ["-m", "adf_mcp.server"],
"cwd": "/absolute/path/to/adf-mcp-server"
}接続したら、health_check ツールを呼び出してください。Azure に一切触れることなく、{"status": "ok", ...} を返すはずです。
テストの実行
pip install -e ".[dev]" pytest-asyncio
pytest -vプロジェクト構成
src/adf_mcp/ を参照してください。server.py (MCP トランスポート)、config.py (設定)、logging_config.py (構造化ログ) が含まれます。ドメインロジックと Azure 接続は、Step 3 以降に src/adf_mcp/domain/ 配下に追加されます。
トラブルシューティング
src/adf_mcp/ を参照してください。server.py (MCP トランスポート)、config.py (設定)、logging_config.py (構造化ログ) が含まれます。ドメインロジックと Azure 接続は、Step 3 以降に src/adf_mcp/domain/ 配下に追加されます。
クライアントに "server disconnected" と表示される場合: まず
python -m adf_mcp.serverが単体で正常に実行されることを確認してください。起動時の例外が発生すると、クライアントが接続する前にプロセスが終了してしまうためです。クライアントが応答を解析できない、または出力が文字化けする場合: MCP プロトコル以外の何か (例: 紛れ込んだ
print()) が stdout に書き込まれています。このプロジェクトのすべてのログが 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