Skip to content
Windsurf

mcp graphql enhanced for Windsurf

io.github.letoribo/mcp-graphql-enhanced

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

client:Windsurf transport:stdio runtime:npm

Install mcp graphql enhanced in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp graphql enhanced in other clients