MCPHub

0 serversUpdated Sep 16, 2026

TasksCollectionsPlaygroundSubmit
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Tasks
  • Collections
  • Playground
  • Submit
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Tasks
  3. /Persistent memory for your assistant

Persistent memory for your assistant

Store knowledge the model can recall later

Knowledge & Memory is a huge category. Most entries are experimental. This page picks servers that actually persist notes or embeddings for later sessions.

Ads

Pick a server

  1. 1M
    Memory MCP ServerRecommendedOfficial2.4k

    Official Memory MCP — persistent knowledge graph for the assistant.

  2. 2B
    basicmachines-co/basic-memoryCommunity0

    Community basic-memory for note-style persistent context.

  3. 3A
    ai-memoryOfficial44

    Community ai-memory server with an official catalog flag.

Official

Use the official Memory MCP when you want the reference knowledge-graph style memory server.

Community

Community memory servers add different storage backends or opinionated note workflows.

Config for Cursor

One server — Memory MCP Server. Not a stack merge.

{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

Added 15 days ago · Sep 2, 2026

FAQ

Is memory the same as RAG?
Related but not identical. Memory MCPs store agent-writable facts; RAG usually retrieves from your docs corpus. Many setups use both.
Where is data stored?
Depends on the server — local files, a graph store, or a hosted backend. Read the server page before putting secrets in memory.

Related jobs

  • MCP for Notion
  • Read and write local files from Claude
  • Query a local SQLite database