{"id":29860342,"url":"https://github.com/data-goblin/fabric-model-reader-mcp","last_synced_at":"2025-07-30T03:19:09.926Z","repository":{"id":306181404,"uuid":"1021056368","full_name":"data-goblin/fabric-model-reader-mcp","owner":"data-goblin","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-18T14:59:41.000Z","size":775,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-24T06:29:55.220Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/data-goblin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-16T20:09:32.000Z","updated_at":"2025-07-19T05:44:06.000Z","dependencies_parsed_at":"2025-07-24T06:29:56.998Z","dependency_job_id":"96eed3d6-70b8-4bec-9ab3-fa141ca1891a","html_url":"https://github.com/data-goblin/fabric-model-reader-mcp","commit_stats":null,"previous_names":["data-goblin/fabric-model-reader-mcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/data-goblin/fabric-model-reader-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-goblin%2Ffabric-model-reader-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-goblin%2Ffabric-model-reader-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-goblin%2Ffabric-model-reader-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-goblin%2Ffabric-model-reader-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/data-goblin","download_url":"https://codeload.github.com/data-goblin/fabric-model-reader-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-goblin%2Ffabric-model-reader-mcp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267803447,"owners_count":24146518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-30T03:19:09.399Z","updated_at":"2025-07-30T03:19:09.912Z","avatar_url":"https://github.com/data-goblin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fabric Model Reader MCP\n\n[![Python](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)\n[![MCP](https://img.shields.io/badge/MCP-Compatible-green.svg)](https://github.com/anthropics/mcp)\n[![DXT](https://img.shields.io/badge/DXT-Compatible-orange.svg)](https://github.com/anthropics/dxt)\n[![License](https://img.shields.io/badge/license-Non--Commercial-red.svg)](LICENSE)\n\nBasic single-file MCP server for reading and analyzing Fabric semantic models. Available as both a standalone MCP server and a Desktop Extension (DXT).\n\n**⚠️ IMPORTANT: This extension requires authentication with Microsoft/Azure to access Power BI workspaces. You must authenticate using Azure CLI or provide a Personal Access Token before use.**\n\n## Quick Start\n\n### For Claude Desktop Users (Easiest)\n\n**Prerequisites**: \n1. Python 3.8+ must be installed and in your PATH\n   - **Mac/Linux**: Usually pre-installed as `python3`. Use the `_python3` version.\n   - **Windows**: Download from [python.org](https://python.org) - during installation, check \"Add Python to PATH\". Use the `_python` version.\n\n2. Install required Python packages:\n   ```bash\n   # For Mac/Linux:\n   pip3 install fastmcp requests keyring\n   \n   # For Windows:\n   pip install fastmcp requests keyring\n   ```\n\n**Installation**:\n1. Download `fabric-model-reader_python3.dxt` or `fabric-model-reader_python.dxt` (check the repository for the latest .dxt file)\n2. Double-click the `.dxt` file\n3. Click \"Install\" in Claude Desktop\n4. **Configure authentication** (see Authentication section below)\n\n### For Other MCP Clients\n\n1. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n2. Configure your MCP client to use this server. Example for VS Code:\n```json\n{\n  \"mcpServers\": {\n    \"fabric-model-reader\": {\n      \"command\": \"python3\",\n      \"args\": [\"path/to/fabric-model-reader-mcp.py\"]\n    }\n  }\n}\n```\n\n3. Authenticate using one of the supported methods:\n- Personal Access Token\n- Azure CLI\n\n4. Start using the server through your MCP client.\n\n5. For convenient use, you should use the [Fabric Workspace Reader MCP server](https://github.com/data-goblin/fabric-workspace-reader-mcp) and other supported Microsoft Fabric MCP servers.\n\n### Authentication\nThe extension supports three authentication methods:\n- **Azure CLI**: `az login` (recommended)\n- **Environment Variable**: Set `POWERBI_TOKEN`\n- **System Keyring**: Store token securely in system keyring\n\n## AI References\nCode and docs were created with the help of the following AI models:\n- Claude Opus 4.0\n- Claude Sonnet 4.0\n- Gemini 2.5\n\n\n## Security \u0026 Privacy Disclaimer\n\n**IMPORTANT**: Users of this software are **solely responsible** for:\n- 🔐 **Securing authentication credentials** and access tokens\n- 🏢 **Compliance** with organizational data security policies\n- 🛡️ **Protecting sensitive data** accessed through this software\n- 📋 **Regulatory compliance** with GDPR, CCPA, and other data privacy laws\n- 🚨 **Implementing access controls** and proper data handling procedures\n\nThe authors assume **NO responsibility** for:\n- Data breaches or unauthorized access\n- Privacy violations or data exposure\n- Misuse of organizational data\n- Security incidents resulting from use of this software\n\n## General Disclaimer\n\nTHIS SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. THE USER ASSUMES ALL RESPONSIBILITY AND RISK FOR THE USE OF THIS SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdata-goblin%2Ffabric-model-reader-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdata-goblin%2Ffabric-model-reader-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdata-goblin%2Ffabric-model-reader-mcp/lists"}