CrabbitMQ for Cursor
com.crabbitmq/mcp
Async message queue for AI agents. Self-provision queues, push/poll messages, no signup.
client:Cursor
transport:streamable-http
Install CrabbitMQ in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"url": "https://crabbitmq.com/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs