Laika Orbit recall for Cursor
io.github.laika-dynamics-ltd/laikaorbit
Zero-model recall over your docs: the section that answers a question, in about a millisecond.
client:Cursor
transport:stdio
runtime:npm
Install Laika Orbit recall in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"laikaorbit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"laikaorbit"
],
"env": {
"BRAIN_ROOT": "<BRAIN_ROOT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs