Skip to content

MCP runtime modes

ModePurpose
localUse local .tekmemo/ through tekmemo and @tekmemo/fs.
memoryIn-memory runtime for tests and examples.
cloudUse @tekmemo/cloud-client and a TekMemo Cloud API key.
hybridCombine local files and cloud calls.

Hybrid policies

Supported read/write policies:

  • local-first
  • cloud-first
  • local-only
  • cloud-only

Recommended first setup:

txt
reads: local memory + cloud recall
writes: local first, cloud second

Released under the MIT License.