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
{
"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