kvendra.dev · open core

Stop your AI agent from re-deciding your project.

Your AI coding agent loses the thread of your project and re-decides things you already settled. Kvendra gives it a structured, queryable knowledge base of your project — plus traceable pipelines — so it stops re-deciding and you stay in control.

Ask “how do we avoid leaking tokens” and it surfaces the relevant decision even if those exact words never appear — because Kvendra finds the right thing by meaning, not by keyword.

Your first 10 minutes — all inside Claude Code, no terminal:

# in Claude Code
/plugin marketplace add KvendraAI/kvendra-skills
/plugin install kvendra-skills@kvendra-marketplace
/setup self-hosted

You need Docker running. The wizard does the rest: it finds an existing reference-stack clone or clones one for you, brings it up with local embeddings, and wires Claude Code.

See what you actually get out of it →

How it's put together

Three open-core pieces: Platform is the required core — the knowledge base. Skills are your day-to-day — pipelines run as one-command workflows on top of it. The CLI is a foundational security layer that is optional to get started; add it when you want your agent to run real ops (a git push, a deploy) without seeing your tokens.

Why Kvendra