Skip to content
Grok

form backend for Grok

io.github.lazymac2x/form-backend

Cloudflare Workers MCP server: form-backend

client:Grok transport:streamable-http

Install form backend in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "form-backend": {
      "type": "http",
      "url": "https://api.lazy-mac.com/form-backend/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

form backend in other clients