bussin mcp for Cursor
io.github.sgebb/bussin-mcp
MCP server for Azure Service Bus. Peek, search and replay dead-letter messages from any MCP client.
client:Cursor
transport:stdio
runtime:npm
Install bussin mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bussin-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bussin-mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs