Skip to content
Cursor

sage for Cursor

io.github.l33tdawg/sage

Persistent, consensus-validated institutional memory for AI agents. Runs locally.

client:Cursor transport:stdio runtime:oci

Install sage in Cursor

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

{
  "mcpServers": {
    "sage": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/l33tdawg/sage:11.23.9"
      ]
    }
  }
}

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

sage in other clients