DK.
All work

Personal build

Notes MCP Server

A small Python MCP server that gives a local AI agent a real, persistent notebook.

Notes MCP Server interface

Problem it solves

Chat assistants forget. I wanted notes that live on my machine and that an agent can read, write and search on its own.

A minimal Model Context Protocol server in Python, exposing create / search / append / summarise tools over a plain local notes directory.

No cloud, no vendor lock-in — just files on disk and a protocol the agent already speaks.

Built as a personal weekend project while learning to code properly. It is deliberately small: the point was to understand agent tooling from the inside, not to ship a product.

PythonMCPPersonal project