pbix atlas for Cursor
io.github.fabienfrfr/pbix-atlas
Bidirectional data lineage graph for Power BI (.pbix) files, from source to display
client:Cursor
transport:stdio
runtime:pypi
Install pbix atlas in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pbix-atlas": {
"type": "stdio",
"command": "uvx",
"args": [
"pbix-atlas"
],
"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