Skip to content

Kundun-Agent

A local-first project intelligence layer for coding agents — it indexes your codebase, stores persistent memory, tracks tasks, and serves the right context at the right time.
Terminal window
npm install -g kundun-agent
kundun init
kundun scan

Then connect it to your coding agent:

Terminal window
claude mcp add kundun-agent -- kundun --project-root /path/to/your/project mcp

Local-first

Everything runs on your machine with SQLite. No project content leaves your computer, and sensitive files are never read or stored.

MCP server

18 tools and 8 resources over stdio for Claude Code, Codex, Cursor, and any MCP-compatible client — code search, memory, tasks, diagnostics, and more.

Persistent memory

Store architecture decisions, conventions, known bugs, and domain rules so the agent remembers across sessions instead of re-reading the whole codebase.

Control center

An optional daemon serves a local web dashboard with sessions, health, metrics, and a live event feed.

Coding agents waste context re-reading files they have already seen and forget decisions between sessions. Kundun-Agent gives them a fast, local index plus a persistent memory and task store — so they retrieve exactly what they need and build on what was decided before.