MCP Server
notes mcp starts a Model Context Protocol server over stdio. It speaks JSON-RPC on stdout and sends logging to stderr so the protocol stream stays clean.
{ "mcp": { "notes": { "type": "local", "command": ["notes", "mcp"], "enabled": true } }}The server exposes note tools for reading, listing, writing, and deleting vault files. See the generated MCP tool reference for tool parameters.
Agent harnesses prefix tool names with the server key. With the server configured as notes, note_read appears as notes_note_read.
Resources
Section titled “Resources”notes://context- repo-note context for the current repository.notes://command/{name}- help text for a notes command.
Resources are a progressive enhancement; tools are the primary interface.