altretta
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.

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:
| Scenario | Without Altretta | With Altretta | Savings |
|---|---|---|---|
| Average per query | 22,530 tokens | 1,262 tokens | 94.4% |
| 8-query conversation | 811,085 tokens | 44,759 tokens | 94.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
- Query first. Before answering anything about your knowledge, it calls
aingle_groundand answers from cited passages. - 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.
- Remember with consent. Durable knowledge is written back as curated notes following your vault's conventions, indexed and retrievable in about a minute.
- 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
- Altretta: apilium.com/en/products/altretta, free download
- Multi-runtime skill (Claude Code, Codex, Cursor, Gemini CLI, and 70+ agents): github.com/ApiliumCode/altretta-skill
- Stdio bridge:
@apilium/altretta-bridgeon npm
Official skill, built by the Altretta team at Apilium. MIT licensed.
Versions
Comments
Sign in to leave a comment.
Loading comments...