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
When you run the local MCP server, tools read and write local project folders by default.
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 memory URL graph traversal
search_notes and read_note also support terminal-friendly formats:
output_format=\"default\"(structured)output_format=\"ascii\"(plain table/preview)output_format=\"ansi\"(colorized table/preview)
Example
search_notes(query="architecture", project="main")

