mcp graphql enhanced for Zed
io.github.letoribo/mcp-graphql-enhanced
GraphQL gateway for LLMs. Handles huge GitHub GraphQL & @neo4j/graphql schemas without crashing
client:Zed
transport:stdio
runtime:npm
Install mcp graphql enhanced in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs