Local-first
Everything runs on your machine with SQLite. No project content leaves your computer, and sensitive files are never read or stored.
npm install -g kundun-agentkundun initkundun scanThen connect it to your coding agent:
claude mcp add kundun-agent -- kundun --project-root /path/to/your/project mcpLocal-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.