Back to the catalog

ultramemory

One memory across Claude, ChatGPT, Cursor, Gemini CLI, Codex & Hermes — recalls first every turn and says "I don't know" instead of guessing

Open source Open in the app JSON README (API)

About

One memory across Claude, ChatGPT, Cursor, Gemini CLI, Codex & Hermes — recalls first every turn and says "I don't know" instead of guessing. Every recall passes an anti-confabulation gate (answer | verify | abstain).

Details

Kind
Plugins
Topic
AI, RAG & memory
Publisher
logiclabsai
Origin
gemini
Category
ferramentas
Version
1.9.7
Last push
2026-07-21T17:53:10Z
Repository state
ativo
License
Apache-2.0
Added
2026-09-05 23:00:32
Updated
2026-09-05 23:00:32
Origin id
logiclabsai/ultramemory-gemini-extension

README

# UltraMemory — Gemini CLI extension

One memory across Claude, ChatGPT, Cursor, Gemini CLI, Codex & Hermes — recalls first every turn
and says "I don't know" instead of guessing. Every recall passes an anti-confabulation gate
(answer | verify | abstain).

## What it is

UltraMemory is a hosted, multi-tenant agent-memory service (MCP, Streamable HTTP —
https://api.ultramemory.us/mcp, OAuth 2.1 or bearer key). Eight tools: Memory Write, Memory Recall,
Playbook Recall, Gated Recall (abstains when unsure), Verified Recall (high precision),
Memory Feedback, Memory Search, Fetch Memory. Three tiers: UltraMemory (MCP),
UltraMemory + Turbo Token Saver (~70% smaller recall payloads in our testing, measured 2026-07-05 —
results may vary), and the UltraMemory Agent Kit (hooks, skills, agents).
One-line install: bash <(curl -fsSL https://ultramemory.io/kit.sh)

## Install

```bash
gemini extensions install <repo-uri>
```

## API key setup

1. Get an UltraMemory API key at https://app.ultramemory.us/app/connect
2. During install, Gemini CLI prompts for the **API Key** setting and stores it as the
   `ULTRAMEMORY_API_KEY` environment variable (marked sensitive, so it lives in your system
   keychain). To change it later: `gemini extensions config ultramemory`
3. Alternatively, export it in your shell: `export ULTRAMEMORY_API_KEY=um_...`

Docs: https://ultramemory.io/docs

## License

Apache-2.0 — see [LICENSE](LICENSE).

More