EveryDev.ai
Subscribe
Home
Tools

3,750+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Knowl
    Knowl icon

    Knowl

    Agent Memory
    Featured

    Persistent memory for AI coding agents that retires stale facts automatically, storing typed knowledge locally with provenance, supersession history, and MCP integration.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    One organisation, one workspace. Enough to find out whether a week of your team's work is worth keeping.

    Plus: $199/yr
    Pro: $999/yr
    Business: Custom/contact

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent MemoryMCP ServersAI Coding Assistants

    Alternatives

    PMBai-memoryEngram
    Developer
    KnowlKnowl builds persistent, self-correcting memory for AI codin…

    Listed Aug 2026

    About Knowl

    Knowl is an open-source, persistent memory layer for AI coding agents, built around a single insight: stale knowledge is worse than no knowledge because it gets trusted. It runs as a local CLI and MCP server, storing typed facts in a SQLite database inside your repository — no API keys, no external service, no egress. The optional hosted layer at knowl.cloud adds shared team workspaces and browser-agent connectors on top of the same local-first foundation.

    What It Is

    Knowl gives every fact an agent stores a record of where it came from, a review trail, and a successor when it changes. Instead of appending new information alongside old, Knowl marks the predecessor as superseded and removes it from normal retrieval — so the answer an agent hands back is the current one, and you can see who settled it. The project describes this as "memory that retires itself," and the core behavior is implemented in a local SQLite store with no dependency on a running service.

    The Supersession Model

    The central design choice is that a same-subject write is treated as a correction, not an addition. When an agent stores a new fact about a subject the store already holds, the old fact is stamped superseded, drops out of normal retrieval, and stays queryable through knowl timeline. According to the project's own benchmarking, switching supersession off in the MemoryAgentBench harness drops end-to-end accuracy from 90 to 73 at 262K context — a 17-point gap that holds across a 40× change in corpus size. The project reports scoring 90 on MemoryAgentBench FactConsolidation single-hop at 262K (gpt-4o-mini reader), measured 2026-08-08 and independently reproduced at 89.0 on 2026-08-19.

    Architecture and Knowledge Model

    Every stored atom has one of seven typed categories — fact, decision, goal, constraint, architecture, state, or skill — and carries status, freshness, confidence, tags, source commit, affected paths, and optional evidence. Evidence can point at files, symbols, commits, tests, commands, or URLs; file and symbol evidence go stale automatically when the code moves. The store is vector-primary with a bounded BM25 fallback, reranked by freshness, status, and confidence. Five bundled embedding presets are included, and the embedding model is local and optional — without it, keyword retrieval still works and nothing leaves the machine.

    Key architectural properties:

    • Local SQLite under .knowl/ in the project repository
    • 27 MCP tools exposed over stdio; knowl init registers them automatically
    • No delete verb — superseded knowledge is retired, not removed
    • Secret scanning on every write, before it lands
    • knowl view starts a local browser viewer bound to 127.0.0.1 with a per-launch access token

    Agent Integration and Setup Path

    Setup is a single npm install -g @dat999zx/knowl followed by knowl init in the project directory. The init command creates .knowl/, installs guidance files, updates .gitignore, registers Knowl with detected agents, and warms a local embedding model (~53 MB) in the background. Supported clients include Claude Code, Codex CLI, Cursor, GitHub Copilot, OpenHands, Antigravity, Windsurf, Cline, Zed, JetBrains, Neovim, Kiro, Claude Desktop, and OpenCode — each initialized with one knowl init <client> command. Clients that support lifecycle hooks (Claude Code, Codex, Cursor, Copilot, OpenHands, Antigravity, Windsurf) get automatic bootstrap, capture, checkpoints, and finalization without the agent being asked.

    Update: v5.15.0

    The latest release is v5.15.0, published 2026-08-27, as shown in the GitHub repository. The project was created 2026-06-24 and has been actively releasing; the README and benchmark findings were last updated in August 2026. The Apache-2.0 licensed codebase is written in TypeScript and available at github.com/dat999zx/knowl. The knowl.cloud hosted layer adds optional shared workspaces and remote MCP endpoints for browser-based agents that cannot run a local process.

    Why It Matters for Agent Memory

    The project directly addresses a problem acknowledged in documentation from Anthropic and OpenAI: agent memory stores accumulate duplicates, contradictions, and stale entries over time. Knowl's approach — typed atoms, automatic supersession, evidence staleness detection, and a no-delete policy — is designed to make the store tell you when something stopped being true, rather than silently returning the old answer alongside the new one. The local viewer (knowl view) shows the agent's memory graph in real time, lighting atoms as they are retrieved or written, and surfaces what nothing has ever read via knowl list --unread.

    Knowl - 1

    Community Discussions

    Be the first to start a conversation about Knowl

    Share your experience with Knowl, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    One organisation, one workspace. Enough to find out whether a week of your team's work is worth keeping.

    • 350 published facts a month (1,000 in first month)
    • 5,000 stored facts
    • 1 workspace in the organisation
    • Unlimited members
    • 30 days of history

    Plus

    Popular

    The point where knowledge starts to disagree with itself and someone has to settle it.

    $199/yr
    billed annually
    $20/mo monthly
    • 2,500 published facts a month
    • 50,000 stored facts
    • 3 workspaces in the organisation
    • Unlimited members
    • 3 months of history
    • Settle a teammate's contradiction
    • Unmetered queries

    Pro

    Several teams publishing into one memory, with an audit trail somebody reads.

    $999/yr
    billed annually
    $100/mo monthly
    • 15,000 published facts a month
    • 300,000 stored facts
    • 10 workspaces in the organisation
    • Unlimited members
    • 1 year of history
    • More than one organisation
    • Everything in Plus
    • Unmetered queries

    Business

    When a security review has opinions about where the data lives and who can settle a fact.

    Custom
    contact sales
    • Negotiated volume
    • Unlimited history
    • SSO and SCIM
    • Dedicated instance
    • Per seat pricing
    • Everything in Pro
    View official pricing

    Capabilities

    Key Features

    • Automatic fact supersession — stale facts are retired, not deleted
    • Seven typed atom categories: fact, decision, goal, constraint, architecture, state, skill
    • Local SQLite storage with no API keys or external service required
    • 27 MCP tools exposed over stdio MCP protocol
    • Vector-primary retrieval with BM25 fallback, reranked by freshness and confidence
    • Five bundled local embedding presets including multilingual (200+ languages)
    • Evidence attachment: files, symbols, commits, tests, commands, URLs
    • Automatic evidence staleness detection when code moves
    • Session lifecycle hooks for Claude Code, Codex, Cursor, Copilot, OpenHands
    • Local browser viewer (knowl view) with real-time memory graph
    • Workspace sharing across multiple repositories
    • Conflict detection and dispute resolution
    • Time-travel queries with --as-of flag
    • Drift detection via knowl pr --since
    • Secret scanning on every write
    • Checksummed JSONL export/import with divergence policies
    • Verified snapshots with SHA-256 and SQLite integrity checks
    • File-backed reusable skill packages
    • Transcript search (opt-in, off by default)
    • Parallel agent support via git worktrees
    • knowl doctor setup and health check command
    • Token-budgeted context packs for agents
    • Usage feedback and access analytics
    • Retrieval evaluation against checked-in regression suites

    Integrations

    Claude Code
    Codex CLI
    Cursor
    GitHub Copilot
    OpenHands
    Antigravity
    Windsurf
    Cline
    Zed
    JetBrains
    Neovim
    Kiro
    Claude Desktop
    OpenCode
    Any MCP-compatible client
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Knowl and help others make informed decisions.

    Developer

    Knowl Team

    Knowl builds persistent, self-correcting memory for AI coding agents. The core product is an open-source CLI and MCP server that stores typed facts locally in SQLite, automatically retiring stale knowledge when it changes rather than accumulating contradictions. The optional knowl.cloud hosted layer adds shared team workspaces and remote MCP endpoints for browser-based agents. The project is licensed under Apache-2.0 and actively developed in TypeScript.

    Read more about Knowl Team
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    PMB icon

    PMB

    Local-first persistent memory for AI coding agents (Claude Code, Cursor, Codex) over MCP, storing decisions, lessons, and facts in a single SQLite file on your disk with no cloud or API keys required.

    ai-memory icon

    ai-memory

    Long-term memory for AI coding agents that persists context across sessions and enables seamless handoffs between different agent CLIs like Claude Code, Codex, and Cursor.

    Engram icon

    Engram

    Persistent memory system for AI coding agents — an agent-agnostic Go binary with SQLite + FTS5, MCP server, HTTP API, CLI, and TUI.

    Browse all tools

    Related Topics

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    136 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    216 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    804 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions