Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Nabu

FreeNot checked

Read-only MCP server for nabu: exposes search_history, get_session, recall_answer, and related tools over stdio for coding agents.

GitHubEmbed

About

Read-only MCP server for nabu: exposes search_history, get_session, recall_answer, and related tools over stdio for coding agents.

README

nabu — 𒀭𒀝

CI crates.io docs.rs License: MIT OR Apache-2.0 MSRV

The scribe for your coding agents. Durable, local, cross-tool history of everything Codex, Claude Code, OpenCode, and pi do — searchable long after the context window, the process, or the tool is gone.

Nabû is the Babylonian god of scribes and writing, written 𒀭𒀝 (dAG) in cuneiform. It does one job well: inscribe what happened so it outlasts memory.

nabu demo — title, the problem, and a real agent recovering a past fix over MCP

What it is

Coding agents forget. Compaction drops detail, sessions end, and switching tools loses context. nabu captures every session as append-only JSONL, indexes it into a rebuildable SQLite full-text index, and serves it back — to you on the CLI, and to other agents over MCP — with a citation (session, tool, raw line) on every result.

  • Local-first. No telemetry, no cloud, no central database. Your history stays on your machine.
  • Full fidelity of what each tool exposes. Raw JSONL is the source of truth; the index is derived and rebuildable. nabu preserves upstream payloads before best-effort normalization.
  • Cross-agent. One normalized event model over Codex, Claude Code, OpenCode, and pi.
  • Agent-first. A read-only MCP server (search_history, get_session, …) so a new session can recover what an old one learned.

Install

cargo install nabu-cli      # installs the `nabu` binary

Optional semantic/hybrid search is behind a default-off semantic cargo feature.

Quickstart

nabu init                 # create the local store (~/.nabu)
nabu wizard               # guided install of capture hooks + MCP (or: nabu install all)
nabu search "auth bug"    # find prior work, with citations
nabu mcp serve --transport stdio   # expose history to agents

How to use

Full command reference and the MCP surface: docs/USAGE.md.

Privacy

Raw history is full fidelity and may contain secrets. It never leaves the machine by default. Use export --redact for anything shared, and purge to delete by session or date.

Status

MVP, in active development. Capture, indexing, citation-first search, and the MCP server work today.

License

Licensed under either of MIT or Apache-2.0 at your option.

from github.com/suleymanozkeskin/nabu

Installing Nabu

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/suleymanozkeskin/nabu

FAQ

Is Nabu MCP free?

Yes, Nabu MCP is free — one-click install via Unyly at no cost.

Does Nabu need an API key?

No, Nabu runs without API keys or environment variables.

Is Nabu hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Nabu in Claude Desktop, Claude Code or Cursor?

Open Nabu on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Nabu with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs