Skip to content
Cursor

bus mcp for Cursor

io.github.jaimenbell/bus-mcp

MCP server fronting a self-hosted coordination-bus HTTP API: post/read/claim/release/heartbeat.

client:Cursor transport:stdio runtime:pypi

Install bus mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "bus-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bus-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

bus mcp in other clients