Skip to main content
Glama

mcp-graphql-forge

by toolprint
smithery.yaml1.16 kB
# Smithery configuration file: https://smithery.ai/docs/deployments runtime: "typescript" startCommand: type: "http" configSchema: type: "object" required: - GRAPHQL_ENDPOINT properties: GRAPHQL_ENDPOINT: type: "string" description: "The GraphQL API endpoint URL" example: "https://api.github.com/graphql" GRAPHQL_AUTH_HEADER: type: "string" description: "Authorization header for GraphQL requests (e.g., Bearer token)" example: "Bearer your_token_here" GRAPHQL_HEADER_X_API_KEY: type: "string" description: "Custom API key header for GraphQL requests" GRAPHQL_HEADER_X_CLIENT_ID: type: "string" description: "Custom client ID header for GraphQL requests" SCHEMA_PATH: type: "string" description: "Path to cached GraphQL schema file" default: "./schema.json" PORT: type: "string" description: "HTTP server port" default: "3000" exampleConfig: GRAPHQL_ENDPOINT: "https://api.github.com/graphql" GRAPHQL_AUTH_HEADER: "Bearer ghp_your_github_token_here" PORT: "3000"

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/toolprint/mcp-graphql-forge'

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