Skip to content
Cursor

laserbrain for Cursor

io.github.degibug-del/laserbrain

The drift harness as an MCP server. Offline, no key — a fixed reference an agent checks against.

client:Cursor transport:stdio runtime:pypi

Install laserbrain in Cursor

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

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

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

laserbrain in other clients