Nabu
FreeNot checkedRead-only MCP server for nabu: exposes search_history, get_session, recall_answer, and related tools over stdio for coding agents.
About
Read-only MCP server for nabu: exposes search_history, get_session, recall_answer, and related tools over stdio for coding agents.
README
CI
crates.io
docs.rs
License: MIT OR Apache-2.0
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.

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.
Installing Nabu
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/suleymanozkeskin/nabuFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
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
