kodo — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentskodo
    Back to Agents
    kodo

    kodo

    Xuan-1998 March 28, 2026
    1 copies 0 downloads

    Universal persistent memory for AI coding agents. Remember conventions, learn from mistakes, carry context across sessions. Works with Claude Code, Cursor, Kiro, Codex, and any MCP client.

    Agent Definition
    # kōdo (コード)
    
    **Universal persistent memory for AI coding agents.**
    
    【[English](README.md) | [中文](README.zh-CN.md)】
    
    [![Claude Code](https://img.shields.io/badge/Claude_Code-compatible-orange)](https://docs.anthropic.com/en/docs/claude-code)
    [![Cursor](https://img.shields.io/badge/Cursor-compatible-blue)](https://cursor.sh)
    [![Kiro](https://img.shields.io/badge/Kiro-compatible-green)](https://kiro.dev)
    [![Codex CLI](https://img.shields.io/badge/Codex_CLI-compatible-purple)](https://github.com/openai/codex)
    [![MCP](https://img.shields.io/badge/MCP-server-red)](https://modelcontextprotocol.io)
    [![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
    
    > Your AI coding agent forgets everything between sessions. You tell it "use ESM imports" — next session, it's back to `require()`. You fix a bug caused by missing null checks — next session, same bug. **kōdo fixes that.**
    
    An agent-agnostic memory layer that stores structured memories — conventions, mistakes, decisions, preferences, patterns — in a local SQLite database, and makes them available to **every** agent you use. One memory store. Every agent. Zero cloud.
    
    ```
    kodo add -t convention -c "Always use ESM imports, never require()"
    kodo add -t mistake    -c "Never use process.exit() in library code — throw instead"
    kodo learn             # auto-learn from git history
    kodo export            # sync to .cursor/ .cursor/ .kiro/ .codex/
    ```
    
    ## The Problem: AI's Amnesia
    
    Every AI coding agent starts every session with a blank slate. This means:
    
    | What happens | How it feels |
    |-------------|-------------|
    | You correct the agent's code style | It forgets next session |
    | You explain your architecture decisions | Gone. Every. Time. |
    | The agent makes a mistake you've seen before | Groundhog Day |
    | You switch from Cursor to Claude Code | Start over from scratch |
    | New team member onboards with an agent | Zero institutional knowledge |
    
    **kōdo gives your AI agent a persistent, structured, searchabl

    Tags

    aiclaude-codecodexcoding-agentcursordeveloper-toolskiromcpmemorypersistent-memory

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.