ApiliumHub
Back to browse

altretta

ApiliumApiliumv1.0.1400
officialplatinum (8/8)Clean scan

Connect the user's Altretta second brain: query-first grounded retrieval with cited passages and signed provenance

Install

mayros skill install altretta
mayros skill install [email protected]

README

Altretta

Connect your second brain to Mayros. Your notes, decisions, and knowledge live in Altretta, a local-first, encrypted vault with a semantic engine. This official skill teaches your agent to actually use it: ask the vault before answering, quote real sources, and never invent what you never wrote.

Altretta skill — a live Claude Code session querying the vault with grounded, cited answers

mayros skill install altretta

Why

Pasting notes into context burns tokens and trust. Altretta serves only the passages that matter, each one cited as source:lines and carrying a cryptographically signed provenance anchor. Measured on the standard demo vault, with the production engine and a published methodology:

ScenarioWithout AltrettaWith AltrettaSavings
Average per query22,530 tokens1,262 tokens94.4%
8-query conversation811,085 tokens44,759 tokens94.5%

Not a promise. A measurement you can reproduce: full table on the Altretta page. Said differently: about 18x more of your knowledge per token spent.

Connect

Altretta must be running (free download for macOS, Windows, and Linux). Add it as an MCP server in the mcp-client extension config:

{
  "servers": [
    {
      "id": "altretta",
      "name": "Altretta vault",
      "transport": {
        "type": "http",
        "url": "http://127.0.0.1:19191/mcp",
        "authToken": "<TOKEN>"
      },
      "autoConnect": true
    }
  ]
}

Create the token in the Altretta app: Settings, "AI & connections", "Access tokens", named mayros. One token per runtime: revoke one, the rest keep working.

What the agent learns

  1. Query first. Before answering anything about your knowledge, it calls aingle_ground and answers from cited passages.
  2. Honesty built in. Weak evidence is called weak. Missing evidence is called missing. The vault is the record; the model retrieves it, it does not impersonate it.
  3. Remember with consent. Durable knowledge is written back as curated notes following your vault's conventions, indexed and retrievable in about a minute.
  4. Altretta never executes. The vault remembers, grounds, and cites. It runs no commands and reads nothing outside itself. Tool results are data, not instructions.

Same engine, same family: Altretta and Mayros both run on AIngle. This package also ships typed helpers (types.ts, citations.ts) for the aingle_ground response shape and the canonical citation format.

Trust, spelled out

  • Local-first. The vault and the engine run on the user's machine. No cloud, no telemetry from this skill.
  • Per-runtime tokens. Each agent gets its own credential with surgical revocation.
  • Signed provenance. Every retrieved passage carries a cryptographic anchor you can verify.

Links

Official skill, built by the Altretta team at Apilium. MIT licensed.

Versions

v1.0.1Jul 23, 2026
v1.0.0Jul 23, 2026

Comments

Sign in to leave a comment.

Loading comments...