Docs/Connecting to Minerva
Connecting to Minerva
A thoughtbase is plain files and a knowledge graph, so you don't have to be sitting in the app to use it. Minerva ships a command-line interface and a Model Context Protocol (MCP) server that let scripts and AI agents query your notes and propose new ones from outside — even while the app is closed. They reuse the same core the app does, so what they see is exactly what Minerva sees.
Two ways in
What you can do
Both surfaces expose the same core operations over an open thoughtbase:
Reads come back grounded: query results carry node identifiers, search hits carry the note's path — so an agent can cite exactly what it drew on. Writes are never direct. A proposal goes through the same approval gate as the built-in AI, stamped with who proposed it, and nothing touches your notes until you approve it in the Proposals panel. See Conversations for that review flow.