graphql rest bridge for Grok
io.github.lazymac2x/graphql-rest-bridge
Cloudflare Workers MCP server: graphql-rest-bridge
client:Grok
transport:streamable-http
tools:4
Install graphql rest bridge in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"graphql-rest-bridge": {
"type": "http",
"url": "https://api.lazy-mac.com/graphql-rest-bridge/mcp"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs