Skip to content
VS Code

Laika Orbit recall for VS Code

io.github.laika-dynamics-ltd/laikaorbit

Zero-model recall over your docs: the section that answers a question, in about a millisecond.

client:VS Code transport:stdio runtime:npm

Install Laika Orbit recall in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "brain-root",
      "description": "BRAIN_ROOT",
      "password": true
    }
  ],
  "servers": {
    "laikaorbit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "laikaorbit"
      ],
      "env": {
        "BRAIN_ROOT": "${input:brain-root}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Laika Orbit recall in other clients