Skip to main content
Glama

Fabric MCP

by aci-labs
context.py346 B
from mcp.server.fastmcp import FastMCP from cachetools import TTLCache # Create MCP instance with context manager mcp = FastMCP("Fabric MCP Server ", json_response=True, stateless_http=True) mcp.settings.log_level = "debug" # Shared cache and context __ctx_cache = TTLCache(maxsize=100, ttl=300) # Cache for 5 minutes ctx = mcp.get_context()

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