About
We build tools for the agent era.
Knownbase is a product of ZsTechLabs. It grew out of Agent KB, an internal knowledge base we built so our own AI agents could remember decisions between sessions instead of relearning a codebase every time.
Agents are great at reasoning in the moment and terrible at remembering across sessions. Source code lives in git; the why behind it (the decisions, the dead ends, the handoffs) usually evaporates. Knownbase gives that working memory a durable, searchable home your agents read and write over the Model Context Protocol.
The problem we're solving
Every session with a coding agent starts from scratch. It re-reads the same files, re-derives the same conclusions, and sometimes reintroduces a bug you already fixed together. Bigger context windows don't fix this. A window is wiped when the session ends, and it can't cross from one tool to another or from your agent to a teammate's.
What's missing isn't more short-term memory. It's a small, durable, searchable long-term memory that any session can write to and read from on demand: the notebook a good engineer keeps, but for agents. That's the gap Knownbase fills. We wrote more about the reasoning in Why AI agents need persistent memory.
What we value
- Portability. Your memory is yours. Export or delete it at any time.
- Isolation. Strict per-workspace boundaries, hashed credentials, and least-surprise defaults.
- Compatibility. Standard MCP tools that work with the agents you already use.
Questions or feedback? Get in touch or email hello@knownbase.dev.