# Laika Orbit recall (npm · laikaorbit)

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

- Trust score: 69/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `laikaorbit`: 69/100 (this document), [markdown](https://verifymcp.io/servers/laika-dynamics-ltd-laikaorbit/laikaorbit.md), [page](https://verifymcp.io/servers/laika-dynamics-ltd-laikaorbit/laikaorbit)

## Channel facts

- Registry: `npm`
- Package: `laikaorbit`
- Version: `0.1.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 95 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 1 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 98 tokens (~32/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 50% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the Laika Orbit recall MCP server?

Laika Orbit recall runs locally as an npm package, launched with npx -y laikaorbit. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add laika-dynamics-ltd-laikaorbit -- npx -y laikaorbit
```

### Cursor

```json
{
  "mcpServers": {
    "laika-dynamics-ltd-laikaorbit": {
      "command": "npx",
      "args": [
        "-y",
        "laikaorbit"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "laika-dynamics-ltd-laikaorbit": {
      "command": "npx",
      "args": [
        "-y",
        "laikaorbit"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add laika-dynamics-ltd-laikaorbit -- npx -y laikaorbit
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "laika-dynamics-ltd-laikaorbit": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "laikaorbit"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add laika-dynamics-ltd-laikaorbit --command npx --arg -y --arg laikaorbit
```

### Hermes

```yaml
mcp_servers:
  laika-dynamics-ltd-laikaorbit:
    command: "npx"
    args: ["-y", "laikaorbit"]
```

### Netclaw

```json
{
  "McpServers": {
    "laika-dynamics-ltd-laikaorbit": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "laikaorbit"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add laika-dynamics-ltd-laikaorbit -t stdio -c npx -a -y laikaorbit
```

### Other

```json
{
  "mcpServers": {
    "laika-dynamics-ltd-laikaorbit": {
      "command": "npx",
      "args": [
        "-y",
        "laikaorbit"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 69, +16)

- [security improvement] Malware scan: unverified → pass
- [functional improvement] Security disclosure: unverified → pass

### 2026-09-19 (score 53)

First indexed and scored.

## MCP tools (3)

### `recall` (~60 tokens)

Recall from the Laika Orbit knowledge base

Deterministic, zero-token retrieval over the local markdown knowledge base. Returns the exact section that answers the question plus its source path. Prefer this over grep/glob/Read when answering questions about this workspace.

Input parameters:

- `question` (string, required): a plain-English question

### `get` (~26 tokens)

Read a file from the knowledge base

Read one file by its path relative to the brain root.

Input parameters:

- `path` (string, required)

### `status` (~12 tokens)

Laika Orbit recall index status

Index size and health.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/laika-dynamics-ltd-laikaorbit/laikaorbit#diagnostics

## Score history

- 2026-09-20: 69
- 2026-09-19: 53

## Common questions

### What is the Laika Orbit recall MCP server?

Laika Orbit recall is an MCP server listed in the public MCP registry as io.github.Laika-Dynamics-Ltd/laikaorbit. Zero-model recall over your docs: the section that answers a question, in about a millisecond. This page covers its npm package (laikaorbit).

### Is the Laika Orbit recall MCP server safe to use?

Laika Orbit recall scores 69 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Laika Orbit recall MCP server expose?

Laika Orbit recall exposes 3 tools: recall, get, status. Their descriptions and schemas cost roughly 98 tokens of context every time the server is loaded.

### Is the Laika Orbit recall MCP server still maintained?

Laika Orbit recall is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Laika Orbit recall MCP server under?

Laika Orbit recall declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/laikaorbit
- Socket report: https://socket.dev/npm/package/laikaorbit
- Repository: https://github.com/Laika-Dynamics-Ltd/laika-orbit
- Website: https://laikaorbit.com/docs/recall/
- Changelog RSS feed: https://verifymcp.io/servers/laika-dynamics-ltd-laikaorbit/laikaorbit.xml
- Changelog JSON feed: https://verifymcp.io/servers/laika-dynamics-ltd-laikaorbit/laikaorbit.json
- HTML version of this page: https://verifymcp.io/servers/laika-dynamics-ltd-laikaorbit/laikaorbit
