Skip to content
Grok

loopback for Grok

io.github.joshidikshant/loopback

Feedback bus for coding agents: pin feedback on the app you're building; a fix turns the pin green

client:Grok transport:stdio runtime:npm

Install loopback in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "loopback": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "loopback-mcp-server"
      ]
    }
  }
}

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

loopback in other clients