Skip to content
VS Code

Bourdon for VS Code

ai.bourdon/bourdon

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

client:VS Code transport:stdio runtime:pypi

Install Bourdon in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Bourdon in other clients