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

    MCPedia

    pouriya February 14, 2026
    3 copies 0 downloads

    Persistent memory for AI coding agents (Cursor, Claude, Codex & others), served over MCP.

    Agent Definition
    # MCPedia
    
    A knowledge base server for AI agents via the [Model Context Protocol](https://modelcontextprotocol.io/) (MCP). MCPedia stores, searches, and manages reusable knowledge entries -- skills, rules, patterns, guides, and references -- accessible to AI coding agents like Cursor, Codex, Cursor, and others through the MCP standard.
    
    ## Why MCPedia?
    
    AI coding agents like Cursor, Cursor, and Codex are powerful -- but they forget everything between sessions. MCPedia gives them **persistent memory**. You teach your agent something once (a coding pattern, a project convention, a debugging trick) and it remembers it forever.
    
    **What can you do with it?**
    
    - **Save knowledge** -- capture coding patterns, project rules, style guides, or anything your agent should know
    - **Search & retrieve** -- your agent can search by keyword, filter by language/domain/project, or pull entries by context
    - **Share across agents** -- the same knowledge base works with any MCP-compatible agent, so switching tools doesn't mean starting over
    - **Stay in control** -- lock the database when you don't want agents making changes, unlock it when you do
    
    Think of it as a personal wiki that your AI agents can read and write to, automatically.
    
    ## Core Concepts
    
    ### Entries
    
    Entries are the primary knowledge units in MCPedia. Each entry has:
    
    - A unique **slug** (URL-safe identifier, e.g. `rust-error-handling`)
    - A **title** and optional **description**
    - **Content** in Markdown format (up to 32 KB)
    - **Kind** classification: `skill`, `rule`, `context`, `pattern`, `reference`, or `guide`
    - Optional metadata: **language**, **domain**, **project**
    - One or more **tags** for categorization
    - Automatic **version** tracking and **timestamps**
    
    Example:
    
    ```json
    {
      "slug": "rust-error-handling",
      "title": "Rust Error Handling",
      "description": "Idiomatic error handling patterns in Rust",
      "kind": "skill",
      "language": "rust",
      "domain": "",
      "project": "",
      "tags": ["rust", "errors", "result"],

    Tags

    claudecursormcpmcp-servermcp-toolsopenai

    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.