Skip to content

Agents

Markdrip lets compatible tools you run yourself — a local assistant, an editor extension, or an agent framework — read your configured vault. Agent access is disabled by default and, when enabled, is read-only.

A local helper that exposes structured, read-only queries over your configured vault (notes, participants, tags) to compatible tools running on the same machine. There is no cloud component and Markdrip never initiates outbound network requests on a tool’s behalf.

Agent access is off until you turn it on in Settings. When enabled, the tool can read the whole configured vault. The shipped Settings panel provides read-only access only: it does not offer per-content selection or a write mode.

  • Read note content, transcripts, and metadata (participants, tags, timestamps) in the configured vault.
  • Run structured queries (e.g. “notes mentioning X” or “meetings with person Y”) against the local vault index.
  • Access your microphone, system audio, or trigger a recording.
  • Reach the network on your behalf — Markdrip does not proxy or relay agent traffic anywhere.
  • Write to your vault.

The full agent-access design (capability discovery, transport, consent model) is documented alongside the code for engineers extending it; this page covers the user-facing behavior and defaults.