fabric-lakehouse-mcp
by melisa-l
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| USE_OBO_FLOW | No | Enable OBO flow for token exchange | false |
| UV_LINK_MODE | No | Set to 'copy' to avoid OneDrive hardlink issues | |
| FABRIC_API_BASE | No | Base URL for Microsoft Fabric API | https://api.fabric.microsoft.com/v1 |
| FABRIC_BASE_URL | No | Base URL for Microsoft Fabric web interface | https://fabric.microsoft.com |
| FABRIC_SQL_ENDPOINT | Yes | Your Fabric SQL endpoint (without https://) | |
| FABRIC_RTI_HTTP_HOST | No | Host address for HTTP server | 127.0.0.1 |
| FABRIC_RTI_HTTP_PATH | No | HTTP path for MCP endpoint | /mcp |
| FABRIC_RTI_HTTP_PORT | No | Port for HTTP server | 3000 |
| FABRIC_RTI_TRANSPORT | No | Transport mode for the server (stdio or http) | stdio |
| FABRIC_LAKEHOUSE_NAME | Yes | Name of your lakehouse database (case-sensitive) | |
| FABRIC_RTI_STATELESS_HTTP | No | Whether to use stateless HTTP mode | false |
| AZ_OPENAI_EMBEDDING_ENDPOINT | No | Azure OpenAI embedding endpoint for semantic search | |
| FABRIC_RTI_MCP_AZURE_TENANT_ID | No | Azure tenant ID for OBO flow | |
| FABRIC_RTI_MCP_ENTRA_APP_CLIENT_ID | No | Entra App (AAD) Client ID for OBO flow | |
| FABRIC_RTI_MCP_USER_MANAGED_IDENTITY_CLIENT_ID | No | User Managed Identity Client ID for OBO flow |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/melisa-l/fabric-rti-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server