Is Contexity a memory database?
Is Contexity a memory database?
Not in the generic sense. Contexity is a local-first context continuity layer for AI coding agents. It stores structured project context with provenance, freshness, run events, and metrics — not arbitrary text blobs. Every piece of context carries metadata about where it came from, when it was observed, and how confident the system is in it.
Does Contexity replace my AI agent?
Does Contexity replace my AI agent?
No. Contexity gives your agent better context and safer continuity. You still interact with Codex, Claude Code, Cursor, or another supported host — Contexity works in the background, supplying the agent with structured project knowledge through MCP so it can give you more accurate and consistent answers.
Do I need to type Contexity commands during normal work?
Do I need to type Contexity commands during normal work?
No. Normal users interact with their agent host. The host calls Contexity automatically through MCP. You only run CLI commands for initial setup, health checks, and explicit context management tasks such as invalidating a stale item or exporting a capsule.
Does Contexity trust everything the agent writes?
Does Contexity trust everything the agent writes?
No. Agent writes normally become candidate context unless a safer verification path applies. Candidate context is labeled as unverified and suppressed from verified-only retrieval, so it cannot silently pollute the knowledge base that other queries depend on.
What happens to Slack updates I share with the agent?
What happens to Slack updates I share with the agent?
Can I hide metrics?
Can I hide metrics?
Yes. Run the following command to disable visible metrics for a project:Structured metrics remain available for inspection at any time — disabling visibility does not delete the underlying data.
Can I use heuristic metrics in marketing?
Can I use heuristic metrics in marketing?
Not by themselves. Heuristic metrics are useful for internal diagnosis and product feedback, but marketing-grade proof requires paired A/B benchmarks with a Contexity-assisted run versus a baseline run, multiple valid trials, and confidence intervals. Use heuristics to guide your own understanding, not as standalone external claims.
Is there a cloud account required?
Is there a cloud account required?
No. Contexity is local-first. All project state lives in
.cxcap/ and your local Contexity state home. Host setup, MCP serving, and context storage all operate from your local machine. No data is sent to an external service unless you explicitly configure an integration that does so.Can I share context between machines or branches?
Can I share context between machines or branches?