Skip to content
Cursor

Bourdon for Cursor

ai.bourdon/bourdon

Recognition-first cross-agent memory federation. One shared memory across all your agents.

client:Cursor transport:stdio runtime:pypi

Install Bourdon in Cursor

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

{
  "mcpServers": {
    "bourdon": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bourdon"
      ]
    }
  }
}

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

Bourdon in other clients