Skip to content

mcp graphql enhanced for Zed

io.github.letoribo/mcp-graphql-enhanced

GraphQL gateway for LLMs. Handles huge GitHub GraphQL & @neo4j/graphql schemas without crashing

client:Zed transport:stdio runtime:npm

Install mcp graphql enhanced in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-graphql-enhanced": {
      "command": "npx",
      "args": [
        "-y",
        "@letoribo/mcp-graphql-enhanced"
      ],
      "env": {
        "ENDPOINT": "<ENDPOINT>",
        "HEADERS": "<HEADERS>",
        "ALLOW_MUTATIONS": "<ALLOW_MUTATIONS>",
        "NAME": "<NAME>",
        "SCHEMA": "<SCHEMA>",
        "MCP_PORT": "<MCP_PORT>",
        "ENABLE_HTTP": "<ENABLE_HTTP>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp graphql enhanced in other clients