v0.2 · open source · MIT
notepad
for agents.
A single scratchpad your agents read and write to — across terminals, sessions, and tools. Save once, recall forever.
How it works
- 01Save. In any agent (Claude, Codex, Cursor), say "save this to npad". The agent calls
note_writeand gets back a short id. - 02Recall. In a fresh terminal, ask "did we figure out X?". The agent calls
note_searchand finds it. - 03Share. Mark a note
unlistedand you get a URL likenpad.ai/n/abc. Paste it to a teammate — their agent reads it. Knowledge compounds.
Install · 3 commands
npm i -g @npad/cli
npad login
claude mcp add --scope user npad -- npx -y @npad/mcp
Restart your agent. Done — your Claude Code / Codex / Cursor now has 6 npad tools.
Local-first
npad works offline against a local SQLite DB by default. Sign in only when you want to sync across machines or share notes with others.