← Back to Plugins
MCP Server MCP

io.github.fabienfrfr/pbix-atlas

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx pbix-atlas

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "pbix-atlas",
      "version": "1.0.0",
      "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

Comments

Sign in to leave a comment

Loading comments...