Skip to main content
Glama

MCP GraphQL Query Generator

by marias1lva
Dockerfile.global520 B
# MCP GraphQL Server - Global Container FROM oven/bun:latest # Install dependencies WORKDIR /app COPY package.json bun.lockb ./ RUN bun install # Copy MCP server files COPY mcp-server.ts . COPY src/ ./src/ # Environment variables ENV MCP_PORT=3001 ENV GRAPHQL_URL=https://your-api.example.com/graphql # Expose port EXPOSE 3001 # Health check HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \ CMD curl -f http://localhost:3001/mcp/health || exit 1 # Start server CMD ["bun", "mcp-server.ts"]

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/marias1lva/mcp-graphql-generator'

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