Skip to content
Cline

mcp graphql enhanced for Cline

io.github.letoribo/mcp-graphql-enhanced

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

client:Cline transport:stdio runtime:npm

Install mcp graphql enhanced in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp graphql enhanced in other clients