Skip to content
Notes logo

Notes

Repo-scoped Markdown notes for humans and agents.

notes manages repository notes in a Git-backed vault and exposes the same behaviour through a CLI and an MCP server.

Repo notes

Store Markdown notes under repo-notes/{owner}/{repo} based on the current Git remote.

Safe writes

Reads, writes, and deletes are constrained to the notes vault, then committed and best-effort pushed.

Handoffs

Handoffs are ordinary notes tagged handoff, with priority metadata for agent-to-agent continuation.

MCP server

The same note operations are exposed as raw-text MCP tools for agent harnesses.

This repo owns the standalone CLI and MCP server. OpenCode plugins and slash commands that consume notes live in dotfiles/OpenCode config.