hasura mcp for Zed
io.github.mrfentmen/hasura-mcp
MCP server for Hasura: metadata export, SQL passthrough. Works with any self-hosted instance.
client:Zed
transport:stdio
runtime:npm
Install hasura mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hasura-mcp": {
"command": "npx",
"args": [
"-y",
"hasura-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs