REF. C — COMPARATIVE ANALYSIS

How kontexta compares


MATRIX C — CAPABILITY COMPARISON
CapabilityCLAUDE.mdVendor memorymem0Zepkontexta
Setup costNone — just a fileNone — built inSDK integration in your appSDK + serviceMCP server + kontexta.json
Cross-agent portabilityPer-agent flavored files drift apartLocked to one vendorApp-level, not agent-levelApp-level, not agent-levelSame MCP surface for Claude Code, Cursor, Gemini, Aider
Retrieval modelWhole file dumped into contextWhole file / vendor-managedVector + graph (semantic)Temporal knowledge graphDeterministic FTS5 + regex; surgical section reads
Token accountingNoneNoneNone exposed to agentNone exposed to agentEvery response carries est_tokens / size_bytes
Command executionN/AVendor-defined toolsN/A (memory only)N/A (memory only)Sandboxed Hands with per-command contracts and approval
StorageRepo file (clutters PRs)Vendor cloudSelf-host or hosted, vector DBSelf-host or hostedLocal SQLite, git-synced markdown vault
Best atStatic project conventionsZero-config personal memorySemantic recall inside one appLong-running conversational memoryMulti-agent handoff + governed local execution
REF. C.1 — DESIGN RATIONALE

Why kontexta


R-01

Cross-agent continuity

Switch from Claude Code to Aider or Continue mid-project. Both read the same vault and journal back into it.

R-02

Automatic memory

Every tool call is captured server-side without agent involvement. Periodic distillation turns the raw event log into per-topic markdown summaries you can search, share, and version.

R-03

Governed execution

Every Hands command is declared in kontexta.json. Approval gates for the destructive ones. No rogue shell.

R-04

Deterministic retrieval

SQLite FTS5, not vectors. Exact keyword and regex search — no embedding hallucination, no third-party API.

R-05

Context economy

Surgical fetching: outlines, sections, search excerpts. Every response carries est_tokens so agents budget intentionally.

R-06

Local-first architecture

Your vault on your SSD. No cloud sync, no upload. KONTEXTA_DATA_DIR points wherever you want.

kontexta (kon-TEX-tah) · by safiyu · DWG NO. KX-66 · REV 4.0.0 · Apache-2.0