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

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.