Skip to main content
Glama

mcp-graphql-enhanced

MIT License
395
package.json1.22 kB
{ "name": "@letoribo/mcp-graphql-enhanced", "description": "Enhanced MCP server for GraphQL with dynamic headers and robust variables parsing — a drop-in replacement for mcp-graphql.", "keywords": [ "mcp", "graphql", "llm", "claude-desktop", "cursor", "enhanced", "tool-calling" ], "author": "letoribo", "license": "MIT", "repository": "github:letoribo/mcp-graphql-enhanced", "main": "dist/index.js", "module": "src/index.ts", "types": "dist/index.d.ts", "bin": { "mcp-graphql-enhanced": "dist/index.js" }, "files": [ "dist", "mcp-manifest.json", "LICENSE", "README.md" ], "engines": { "node": ">=18" }, "scripts": { "dev": "ts-node src/index.ts", "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "format": "prettier --write ." }, "dependencies": { "@modelcontextprotocol/sdk": "^1.20.1", "graphql": "^16.11.0", "yargs": "17.7.2", "zod": "3.25.30", "zod-to-json-schema": "3.24.5" }, "devDependencies": { "@graphql-tools/schema": "^10.0.23", "@types/node": "^24.7.2", "@types/yargs": "17.0.33", "graphql-yoga": "^5.13.5", "prettier": "^3.6.2", "ts-node": "^10.9.2", "typescript": "5.8.3" }, "version": "2.1.7" }

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/letoribo/mcp-graphql-enhanced'

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