Skip to main content
Glama

Fabric MCP

by aci-labs
Dockerfile418 B
FROM python:3.12-slim # Install uv. COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ # Copy the application into the container. COPY . /app # Install the application dependencies. WORKDIR /app RUN uv sync --frozen --no-cache # Run the application. CMD ["uv", "run", "python", "fabric_mcp.py", "--port", "8081"] # CMD ["/app/.venv/bin/fastapi", "run", "app/fabric_mcp.py", "--port", "80", "--host", "0.0.0.0"]

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/aci-labs/ms-fabric-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server