We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/snahrup/microsoft-fabric-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•582 B
# Azure AD Configuration
AZURE_TENANT_ID=your-tenant-id-here
AZURE_CLIENT_ID=your-client-id-here
AZURE_CLIENT_SECRET=your-client-secret-here
# Power BI Configuration (Optional)
POWERBI_WORKSPACE_ID=workspace-id-here
POWERBI_WORKSPACE_NAME=Your Workspace Name
# API URLs (usually don't need to change)
POWERBI_API_BASE_URL=https://api.powerbi.com/v1.0/myorg
FABRIC_API_BASE_URL=https://api.fabric.microsoft.com/v1
# OAuth2 Scopes (usually don't need to change)
POWERBI_SCOPE=https://analysis.windows.net/powerbi/api/.default
FABRIC_SCOPE=https://api.fabric.microsoft.com/.default