apex-memory — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsapex-memory
    Back to Agents
    apex-memory

    apex-memory

    JJerryChoi March 7, 2026
    1 copies 0 downloads

    Persistent memory MCP server for AI coding agents. Ultra-lightweight (46 kB), cloud sync, works with Claude Code, Cursor, Windsurf. npm install apex-memory

    Agent Definition
    # apex-memory
    
    [![CI](https://github.com/JJerryChoi/apex-memory/actions/workflows/ci.yml/badge.svg)](https://github.com/JJerryChoi/apex-memory/actions/workflows/ci.yml)
    [![npm version](https://img.shields.io/npm/v/apex-memory.svg)](https://www.npmjs.com/package/apex-memory)
    [![npm downloads](https://img.shields.io/npm/dm/apex-memory.svg)](https://www.npmjs.com/package/apex-memory)
    [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
    
    **Persistent memory for AI coding agents.**
    
    Give your AI coding agent memory that survives across sessions. apex-memory is an [MCP](https://modelcontextprotocol.io) server that lets agents save decisions, patterns, bugs, and context — then recall them exactly when needed.
    
    - **One install, works everywhere** — MCP-native, works with Claude Code, Cursor, Windsurf, and any MCP-compatible editor
    - **Ultra-lightweight** — 26.6 kB package, starts in milliseconds, no ML models or vector databases
    - **Zero infrastructure** — local SQLite database, no servers, no accounts
    - **Built for coding agents** — categories like `decision`, `architecture`, `bug`, `pattern` designed for real development workflows
    - **Smart memory management** — importance scoring (1-5), access tracking, and auto-decay keep your memory store relevant
    - **Full-text search** — find any memory instantly with FTS5-powered search
    - **Knowledge graph** — link memories with directional relationships (related, depends_on, supersedes, contradicts, extends)
    - **Dedup detection** — automatic duplicate warnings on save, Jaccard similarity scanning, and one-click merge
    - **Cloud sync** — sync memories across machines with the Pro tier
    
    ## Quick Start
    
    ### Claude Code
    
    ```bash
    Claude MCP add apex-memory -- npx apex-memory
    ```
    
    That's it. Your agent now has persistent memory.
    
    ### Cursor
    
    Add to your MCP settings (`.cursor/mcp.json`):
    
    ```json
    {
      "mcpServers": {
        "apex-memory": {
          "command": "npx",
          "args": ["apex-memo

    Tags

    aiai-memoryclaude-codeclinecoding-agentscursormcpmcp-servermemorymodel-context-protocol

    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.