Skip to content
Cursor

mcp graphql enhanced for Cursor

io.github.letoribo/mcp-graphql-enhanced

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

client:Cursor transport:stdio runtime:npm

Install mcp graphql enhanced in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp-graphql-enhanced": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp graphql enhanced in other clients