Skip to content
VS Code

loopback for VS Code

io.github.joshidikshant/loopback

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

client:VS Code transport:stdio runtime:npm

Install loopback in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

loopback in other clients