Skip to content
Cursor

LBrain for Cursor

ai.lbrain/lbrain

Local-first agent memory. Source, date, bind/abstain. Permanent name: lbrain.ai/claim.html

client:Cursor transport:stdio runtime:pypi

Install LBrain in Cursor

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

{
  "mcpServers": {
    "lbrain": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lbrain-coding-agents"
      ]
    }
  }
}

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

LBrain in other clients