MCP Server
MCP
io.github.fabienfrfr/pbix-lineage
Bidirectional data lineage graph for Power BI (.pbix) files, from source to display
Install
uvx pbix-lineage
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "pbix-lineage",
"version": "0.1.2",
"runtimeHint": "uvx",
"transport": {
"type": "streamable-http",
"url": "http://127.0.0.1:{PBIX_LINEAGE_PORT}/mcp/"
},
"environmentVariables": [
{
"description": "Port the server listens on",
"default": "8080",
"name": "PBIX_LINEAGE_PORT"
},
{
"description": "Host interface to bind to",
"default": "127.0.0.1",
"name": "PBIX_LINEAGE_HOST"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment