Before
Files and rules multiply; each app remembers its own session.
If it matters, agents should know it
Rules and markdown pile up. Each tool's memory stays in that tool. Knowit gives agents structured, queryable answers without a growing doc pile.
Files and rules multiply; each app remembers its own session.
One queryable layer. Every agent reads it the same way.
Without Knowit
With Knowit
resolve_context before planning. It finds the idempotency rule. It starts informed.“The problem is not your agents. It is that their memory resets every session.”
Run npx knowit install inside your project. The wizard picks your client, scope, and storage, then wires everything up. It can install knowit globally for faster future starts, or skip it and use npx.
npx knowit installInstruction files and MCP registration are updated for you. Agents call resolve_context before planning and capture_session_learnings after, with no manual wiring needed.
# agent workflow, automatic
resolve_context("add retry logic")
# ... agent works ...
capture_session_learnings()Your project now has persistent memory wired into the agent workflow: client registration, project instructions, optional project MCP config, and migrated knowledge from architecture or ADR-style docs.
# after npx knowit install
✓ agent connected to Knowit MCP
✓ project instructions updated automatically
✓ project MCP config added for compatible clients
✓ architecture / PRD / ADR docs moved into Knowit memoryTypes (rule, architecture, pattern, decision, convention, note), scopes (global, team, repo, domain), and confidence scores. Durable memory stops living as loose repo markdown.
One database, every agent on the project. What one session captures, the next session and other agents can read immediately.
Works with Claude Code, Codex, Cursor, and any MCP-compatible agent. A first-class MCP server, not a wrapper.
Keep source trees focused on code. Store durable memory in Knowit instead of adding more AGENTS, architecture, decision, and pattern docs to every repo.
Connect Notion or another MCP source. Knowit's routing layer tells your agent when to use local memory directly and when to call a downstream provider next.
SQLite. Knowledge lives on your machines and your infra. No account, no cloud dependency, no data leaving your control.
Run npx knowit preview to open a local read-only UI. Browse, search, and filter everything in your knowledge store — no cloud account needed.
The local-first release is live now. Cloud plans are paused while we gather feedback, stars, and early contributors.
Open Source
Available now
Pro
Planned after launch feedback
Team
Planned after public validation
If this solves a real problem for you, star the repo or open an issue so we can prioritize the paid roadmap from actual usage.
One command. The wizard handles everything, including global install if you want it.
npx knowit install