mcpbeat Sign in

Laika Orbit recall MCP Server

by laika-dynamics-ltd Your server? Claim it
local only

Laika Orbit recall runs on your own machine — the client starts it, so there is no endpoint to ping. 487 installs a week from npm. Last commit 21 Sep 2026.

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

Installs per day peak 123 · avg 4
a month agotoday
487
Installs / week
npm · laikaorbit
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

const DELETE = /\brm\s+(?:-\w*[rf]\w*\s+)+|\bgit\s+branch\s+-[dD]\b|\bgh\s+(?:repo|release)\s+delete\b|\bdropdb\b|\bDROP\s+(?:TABLE|DATABASE|SCHEMA)\b|\baws\s+s3\s+rm\b|\bfind\b[^&|;]*-delete\b/i
  const p = spawn(realBlender(), args, { stdio: 'inherit' })
Page executes code built at runtime tools/profiler/index.html:148
for (const id of ['lg-cpu', 'lg-mem']) $(id).innerHTML = GROUPS.map(([, l, c]) => `<span style="--c:${c}">${l}</span>`).join('')

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add laikaorbit -- npx -y laikaorbit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "laikaorbit": {
      "args": [
        "-y",
        "laikaorbit"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.laikaorbit]
command = "npx"
args = ["-y", "laikaorbit"]
.cursor/mcp.json
{
  "mcpServers": {
    "laikaorbit": {
      "args": [
        "-y",
        "laikaorbit"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "laikaorbit": {
      "args": [
        "-y",
        "laikaorbit"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BRAIN_ROOT (The folder to recall from (default: the working directory)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Laika Orbit recall

same job, measured the same way
DocSlicer
by docslicer

Answer questions from documents too large to fit in context, reading only the sections you need.

769 installs/wk local only
Orbit
by orbit-search

The most in-depth, source-backed context about a person for deep personalization and research.

59 tools answering
Orbit
by nicholasdominici

The most in-depth, source-backed context about a person for deep personalization and research.

59 tools answering
Trent
by trent

Security reviews, threat models over a repo or website, and remediation tracking, in your editor.

answering
Docsift
by anishmoncivarghese

Convert a document once, then get back only the passages that answer a question.

277 installs/wk local only
Triall
by maartenrischen

Multiple AIs peer-review and debate your question, then return one fact-checked answer.

answering
Document corpus
by jorgell23-sys

Query a verified document collection: passages that answer a question, with their source.

3 390 installs/wk local only
Document corpus
by jorgell23-sys

Query a verified document collection: passages that answer a question, with their source.

local only

Laika Orbit recall — questions

Answers built from our own checks of this server.

Why is there no uptime for Laika Orbit recall?
Laika Orbit recall runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package laikaorbit was installed 487 times last week.
How do I connect Laika Orbit recall?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls laikaorbit straight from npm; nothing to host, nothing to sign up for.
How many people use Laika Orbit recall?
The npm package laikaorbit was installed 487 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Laika Orbit recall open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.