Tentra Goes Local: Persistent Memory for AI Coding Agents Without the Cloud
We shipped tentra-mcp 1.3.1 with a --local flag. Index code, query symbols, find references, rank god-nodes, and run find_similar_code entirely offline. Here is a real dogfood session on a four-file TypeScript repo, with the actual JSON outputs.
TL;DR: tentra-mcp 1.3.1 adds a --local flag and TENTRA_BACKEND=local env var. 15 tier-1 tools run against a SQLite database at ~/.tentra/graphs/{repoId}/db.sqlite with zero network calls. The other 17 tools return a structured {error, scope} response pointing users to hosted mode. Local mode is free forever.