Installation & Configuration
{
"graphql": {
"command": "node",
"args": [
"/absolute/path/to/dist/graphql-mcp-server.js"
],
"env": {
"GRAPHQL_API_ENDPOINT": "https://your-graphql-api.com/graphql",
"GRAPHQL_API_KEY": "your-api-key-if-needed",
"WHITELISTED_QUERIES": "[\"countries\",\"continent\",\"languages\"]"
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15