Skip to main content
Glama
.glama.yml769 B
# Glama.ai MCP Server Configuration name: fabric-analytics-mcp version: 2.0.1 # Build configuration - pre-built, only install dependencies build: steps: - pnpm install --prod --frozen-lockfile # Node.js environment configuration node: version: "20" options: maxOldSpaceSize: 4096 # 4GB heap for TypeScript compilation # Environment variables for build env: NODE_ENV: production NODE_OPTIONS: "--max-old-space-size=4096" # Runtime configuration runtime: command: node args: - build/index.js # MCP server configuration mcp: inspector: true stdio: true # Docker build hints (if Glama uses custom Dockerfile) docker: baseImage: "node:20-slim" buildArgs: NODE_OPTIONS: "--max-old-space-size=4096"

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/santhoshravindran7/Fabric-Analytics-MCP'

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