Skip to main content
Glama

GraphQL MCP Server

by FabrWill
package.json749 B
{ "name": "mcp-graphql", "module": "index.ts", "type": "module", "version": "2.0.4", "repository": "github:blurrah/mcp-graphql", "license": "MIT", "bin": { "mcp-graphql": "./dist/index.js" }, "files": [ "dist" ], "devDependencies": { "@graphql-tools/schema": "^10.0.23", "@types/node": "^24.1.0", "@types/yargs": "17.0.33", "graphql-yoga": "^5.13.5", "ts-node": "^10.9.2", "tsx": "^4.20.3", "typescript": "5.8.3" }, "dependencies": { "@modelcontextprotocol/sdk": "1.12.0", "graphql": "^16.11.0", "yargs": "17.7.2", "zod": "3.25.30", "zod-to-json-schema": "3.24.5" }, "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "tsx src/index.ts", "start:prod": "node dist/index.js" } }

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/FabrWill/gql-mcp'

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