Odel
loopback

loopback

Local
@joshidikshantJavaScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmloopback-mcp-serverv0.9.4

Run

npx -y loopback-mcp-server

MCP client config

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