Skip to content
VS Code

sage for VS Code

io.github.l33tdawg/sage

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

client:VS Code transport:stdio runtime:oci

Install sage in VS Code

.vscode/mcp.json

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

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

sage in other clients