Skip to content
Cursor

pbix lineage for Cursor

io.github.fabienfrfr/pbix-lineage

Bidirectional data lineage graph for Power BI (.pbix) files, from source to display

client:Cursor transport:stdio runtime:pypi

Install pbix lineage in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pbix-lineage": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pbix-lineage"
      ],
      "env": {
        "PBIX_LINEAGE_PORT": "<PBIX_LINEAGE_PORT>",
        "PBIX_LINEAGE_HOST": "<PBIX_LINEAGE_HOST>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pbix lineage in other clients