adf-graph

HurleySk/adf-graph
★ 0 stars TypeScript 🗄️ Database Updated 1d ago
MCP server that builds a queryable dependency graph from ADF pipeline artifacts
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "adf-graph": {
      "command": "npx",
      "args": [
        "-y",
        "HurleySk/adf-graph"
      ]
    }
  }
}

README Excerpt

MCP server that builds a queryable dependency graph from Azure Data Factory pipeline artifacts. Parses ADF pipelines, datasets, linked services, and SQL stored procedures into a graph of nodes and edges. Exposes MCP tools for dependency analysis, impact assessment, data lineage tracing, and environment/overlay management.

Tools (14)

graph_add_environmentgraph_add_overlaygraph_data_lineagegraph_describe_pipelinegraph_diff_pipelinegraph_find_consumersgraph_find_pathsgraph_impact_analysisgraph_list_environmentsgraph_list_overlaysgraph_remove_environmentgraph_remove_overlaygraph_search_queriesgraph_stats