Devloop for Cursor
io.github.vincentvella/devloop
Browser + dev-server logs on one correlated timeline, for Claude Code and AI agents.
client:Cursor
transport:stdio
runtime:npm
Install Devloop in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"devloop": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"devloop-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs