loopback for Cursor
io.github.joshidikshant/loopback
Feedback bus for coding agents: pin feedback on the app you're building; a fix turns the pin green
client:Cursor
transport:stdio
runtime:npm
Install loopback in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"loopback": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"loopback-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs