Local
MCP tools (local)
Use MCP tools against local projects.
MCP tools are the same in Cloud and Local. In local mode, they operate on folders on your machine.
Use tools in local mode
Once your MCP client runs the local server (see Local install), tools read and write your local project folders — unless you've routed a project through cloud with per-project routing.
Common tools
search_notesto find notesread_noteto load a notewrite_noteto create or update a noteedit_noteto append or replace sectionsschema_validate,schema_infer,schema_difffor schema workflowsbuild_contextfor graph traversal via memory:// URLs
Most tools default to output_format="text" (human-readable) and also accept "json" (machine-readable); build_context defaults to "json" — see the MCP Tools Reference for per-tool defaults.
Example
search_notes(query="architecture", project="main")

