Skip to content
Zed

loopback for Zed

io.github.joshidikshant/loopback

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

client:Zed transport:stdio runtime:npm

Install loopback in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "loopback": {
      "command": "npx",
      "args": [
        "-y",
        "loopback-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

loopback in other clients