graphql for Zed
io.github.docat0209/graphql
Turn any GraphQL API into MCP tools. Zero config, zero code.
client:Zed
transport:stdio
runtime:npm
Install graphql in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"graphql": {
"command": "npx",
"args": [
"-y",
"graphql-to-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs