Your agent's private notebook
AI agents are great at producing decisions, plans, and research — and terrible at keeping them somewhere you own. My Notes ships a local MCP companion (its full published source is inspectable on npm) that gives any local agent (Claude Code, or any MCP client) direct access to your notes in Chrome — search, read, create, append — with everything staying on your machine.
Local-only, by construction
The bridge runs entirely on your computer: your agent talks to a small local process, which talks to Chrome, which reads the notes stored in your browser. There's no server, no account, no API in the middle — the same zero-cloud promise as the notepad itself.
Safe for your notes
- Off by default — you enable Agent access in Settings → Labs, per device.
- No deletes — agents can search, read, create and append. Destructive operations are deliberately not in the tool surface.
- Every agent edit is snapshotted first — one click in the note's History restores what was there before.
- Visible when active — a toast when a session connects and a live indicator while it's on.
Two commands to set up
npx @amenopohis1er/mynotes-mcp install # register with Chrome, then restart it
npx @amenopohis1er/mynotes-mcp doctor # verify the whole chain
Then turn on Agent access (MCP) under Settings → Labs and add {"command": "npx", "args": ["@amenopohis1er/mynotes-mcp"]} to your agent's MCP config. From there, "save this decision to my notes" is a tool call — and next session, "what did we decide about X?" finds it again.