Skip to main content
Glama
87,293 servers. Updated

Matching MCP tools:

Matching MCP Connectors:

  • F
    license
    Not graded
    quality
    B
    maintenance
    Slipstream - Built by Vektor Memory - a persistent multi-layered memory architecture. 4-layer associative graph memory (MAGMA) with autonomous REM cycle, CLI, DXT-MCP Cloak Tools.
    4
    -
  • A
    license
    A
    quality
    A
    maintenance
    A local MCP server that gives AI assistants persistent long-term memory using a biological neural architecture with cortex, synapses, and hippocampus.
    6
    15
    1,135 npm
    5
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP server with local vector search for your codebase. Smart indexing, semantic search, Git history — all offline.
    7
    31 PyPI
    49
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Hand a project over — to your next session, to Cursor/Codex/Gemini, to your successor — with the reasons attached. Local-first memory MCP for coding agents: decisions re-injected before the agent acts, drift detection across every project you run. One SQLite file, nothing leaves your machine.
    8
    96 npm
    14
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Embedded, local-first agent memory: facts extracted into a per-namespace SQLite file (vec0 + FTS5) with hybrid retrieval and point-in-time (time-travel) queries. ADD-only history over stdio — no server process, no cloud dependency.
    7
    42
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    MCP server providing persistent memory for AI applications, enabling Claude to store and recall memories with hybrid search and knowledge graph.
    6
    62
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Exposes tools that let an agent search a local Markdown-based memory store, fetch full cards by id, write new knowledge cards that are indexed immediately, and inspect or rebuild the SQLite index. All retrieval runs locally over Chinese-friendly full-text search with graded exact/prefix matching, so agents without a memory system can recall prior notes while existing Markdown files stay read-only.
    5
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    MCP server that exposes agent-memory-daemon to any MCP-compatible client — Kiro (CLI & IDE), Claude Desktop, Cursor, and others. The daemon does the thinking (consolidation + extraction); this server is a thin filesystem bridge so agents can read, append, and search memory through the Model Context Protocol.
    4
    19 npm
    4
    MIT
  • F
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to save resolved debugging sessions as concise experience cards into a local JSON knowledge network, and to retrieve relevant past cards when new bugs arise. It also powers a spaced-repetition review interface to reinforce memory of those experiences.
    9
    -
  • A
    license
    A
    quality
    C
    maintenance
    Gives AI coding agents persistent, evolving knowledge about a codebase, enabling them to store and retrieve observations about architecture, conventions, gotchas, and recent work context.
    10
    10 npm
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    A different approach from typical persistent-memory MCPs. Instead of a local SQLite + embeddings store, the memory lives as plain files in a .ai-memory/ directory you commit to your repo (facts.jsonl, decisions/\*.md, gotchas.md). Git is the sync layer — what one Claude/Cursor/Cline learns about a repo, the next session (or a teammate's agent) picks up automatically. 5 MCP tools: get_rep
    5
    15 PyPI
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Persistent knowledge graph MCP server with SQLite backend, offering graph traversal, fuzzy search, and temporal queries for entities and relations. It serves as a drop-in replacement for the npm mcp-server-memory with enhanced capabilities.
    12
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that implements memory with decay mechanics, allowing AI agents to store and retrieve memories that fade over time unless accessed, with a permanent journal for verification.
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Automatically records AI conversation turns and code changes to local Markdown files to provide persistent context across chat sessions. It enables AI agents to search history through MCP tools and provides a web viewer for browsing past discussions.
    3
    4
    Apache 2.0
  • A
    license
    A
    quality
    C
    maintenance
    Enables coding agents to query and modify a SQLite database through twelve SQL-based tools, with safety enforced server-side via statement policies, protected tables, result caps, and snapshots. It also provides an append-only, hash-chained memory log with checkpoints so agents can record events and resume context across sessions.
    12
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Cross-project memory sharing for Claude Code and Cowork. Stop teaching Claude the same thing twice.
    6
    6
    MIT