bussin mcp for Windsurf
io.github.sgebb/bussin-mcp
MCP server for Azure Service Bus. Peek, search and replay dead-letter messages from any MCP client.
client:Windsurf
transport:stdio
runtime:npm
Install bussin mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"bussin-mcp": {
"command": "npx",
"args": [
"-y",
"bussin-mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs