mcp-fabric-rest
If you are the rightful owner of mcp-fabric-rest and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Server for Microsoft Fabric REST APIs is designed to facilitate development by providing a REST interface that bridges Microsoft Cloud Partner services and Fabric, primarily for use in Visual Studio Code and Codex.
The MCP Server for Microsoft Fabric REST APIs serves as a lightweight backend solution that enables seamless interaction between Microsoft Cloud Partner services and Fabric. It is specifically designed to be used within development environments such as Visual Studio Code and Codex. By exposing a REST interface, the server allows developers to efficiently manage and interact with Fabric resources, such as workspaces and artifacts, during the development process. The server supports authentication through Managed Identity and Service Principal, ensuring secure access to Azure resources. With its REST endpoints, developers can perform operations like health checks, listing and creating workspaces, and managing artifacts. The server is built using Python 3.11 and managed with Poetry for dependency management, ensuring a modern and efficient development experience.
Features
- REST Interface: Provides a bridge between MCP services and Fabric for development purposes.
- Authentication: Supports Managed Identity and Service Principal for secure access.
- Workspace Management: Allows listing and creation of Fabric workspaces.
- Artifact Management: Enables listing and creation of artifacts within workspaces.
- Health Check Endpoint: Offers a simple way to verify server status.