Skip to content
Windsurf

graphql for Windsurf

io.github.docat0209/graphql

Turn any GraphQL API into MCP tools. Zero config, zero code.

client:Windsurf transport:stdio runtime:npm

Install graphql in Windsurf

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

{
  "mcpServers": {
    "graphql": {
      "command": "npx",
      "args": [
        "-y",
        "graphql-to-mcp"
      ]
    }
  }
}

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

graphql in other clients