Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
GraphQL MCP Server
by
ctkadvisors
Verified
GitHub
Developer Tools
Databases
JavaScript
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
graphql-mcp
dist
docs
src
test
.vscode
claude_desktop_sample_config.json
.env.sample
.gitignore
LICENSE
package.json
package-lock.json
README.md
run-graphql-mcp.sh
tsconfig.json
{ "mcpServers": { "graphql": { "command": "node", "args": ["/absolute/path/to/dist/graphql-mcp-server.js"], "env": { "GRAPHQL_API_ENDPOINT": "https://countries.trevorblades.com/graphql", "GRAPHQL_API_KEY": "", "DEBUG": "true", "ENABLE_MUTATIONS": "false", "WHITELISTED_QUERIES": "[\"countries\",\"continent\",\"languages\"]", "WHITELISTED_MUTATIONS": "[]" } } } }