Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-graphql
by
launchthatbrand
Verified
npm
GitHub
Databases
Developer Tools
MIT License
119
1
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-graphql
dev
.github
src
.vscode
biome.json
bun.lockb
CONTRIBUTING.md
Dockerfile
.gitattributes
.gitignore
LICENSE
.npmrc
package.json
README.md
smithery.yaml
tsconfig.json
{ "name": "mcp-graphql", "module": "index.ts", "type": "module", "version": "0.2.2", "repository": "github:blurrah/mcp-graphql", "bin": { "mcp-graphql": "./dist/index.js" }, "files": [ "dist" ], "devDependencies": { "@graphql-tools/schema": "^10.0.21", "@standard-schema/spec": "^1.0.0", "@types/bun": "latest", "@types/yargs": "17.0.33", "graphql-yoga": "^5.13.1", "typescript": "5.8.2" }, "dependencies": { "@modelcontextprotocol/sdk": "1.6.1", "graphql": "^16.10.0", "yargs": "17.7.2", "zod": "3.24.2", "zod-to-json-schema": "3.24.3" }, "scripts": { "dev": "bun --watch src/index.ts", "build": "bun build src/index.ts --outdir dist --target node && bun -e \"require('fs').chmodSync('dist/index.js', '755')\"", "start": "bun run dist/index.js" }, "packageManager": "bun@1.2.4" }