Skip to main content
Glama
Lolaplex
by Lolaplex

agents-memory

Lokale Markdown-Speicher- & Cross-Agent-Kontext-Engine für KI-Codierungsassistenten.
Eine persistente Identität, gemeinsam genutzt über Claude Code, Cursor, Antigravity und Zed.


Warum .agents/memory?

Der Name agents-memory stammt direkt von seinem universellen Speicherstandard: .agents/memory.

  • Global: ~/.agents/memory/ speichert deine persistente Identität, Stack-Standardwerte, dauerhafte Konzepte und den Projektindex.

  • Repository: <repo>/.agents/memory/ speichert repospezifische Fakten, Architektur-ADRs und Staging-Posteingänge.

Während KI-Anbieter ihre Konfiguration über proprietäre Speicher verteilen, bietet .agents/ einen einzigen, offenen, anbieterneutralen Dateisystem-Hub für alle Agent-Konfigurationen und gemeinsames Wissen.

agents-memory setzt dies mit einer reinen Markdown-First-Architektur um:

  • Lokal & offline: Deine Identität und der Repo-Speicher leben in einfachen Dateien (~/.agents/memory/ und <repo>/.agents/memory/).

  • Für Menschen lesbar & Git-freundlich: Bearbeite mit einem beliebigen Texteditor, diffe mit git und committe, wann du willst.

  • Universeller MCP-Server: Stellt allen modernen Agenten Speicher-Tools (search_memory, add_memory, get_project_memories, distill_batch) bereit.

  • Autonomes Ingest & Destillation: Extrahiert dauerhafte Regeln und Architekturentscheidungen aus Sitzungsprotokollen (OpenAI, Claude, Cursor, Copilot, Antigravity, Pi).


Related MCP server: agent-julia

Architektur & Ablauf

 ┌─────────────────────────────────────────────────────────────┐
 │                       SESSION INGEST                        │
 │  OpenAI Exports · Claude JSONL · Cursor · Antigravity · Pi  │
 └──────────────────────────────┬──────────────────────────────┘
                                │  ingest catalog / extract
                                ▼
 ┌─────────────────────────────────────────────────────────────┐
 │                       STAGING INBOX                         │
 │        Raw captured bullets & noise-filtered facts          │
 └──────────────────────────────┬──────────────────────────────┘
                                │  distill_batch / skill
                                ▼
 ┌─────────────────────────────────────────────────────────────┐
 │                     LOCAL MEMORY STORE                      │
 │   ~/.agents/memory/USER.md     ~/.agents/memory/PROJECTS.md │
 │   ~/.agents/memory/concepts/   <repo>/.agents/memory/       │
 └──────────────┬───────────────────────────────┬──────────────┘
                │                               │
                ▼                               ▼
 ┌─────────────────────────────┐ ┌─────────────────────────────┐
 │       IDE INJECTION         │ │     MCP SERVER & CLERK      │
 │  Cursor Rules · Zed Context │ │  search_memory · add_memory │
 │  Antigravity AGENTS.md      │ │  Universal Tool Integration │
 └─────────────────────────────┘ └─────────────────────────────┘

Schnellstart

1-Schritt-Setup

pip install agents-memory && agents-memory sync --init

Erstellt das Grundgerüst von ~/.agents/memory/, verdrahtet MCP-Konfigurationen automatisch in deine installierten IDEs und registriert Assistenten-Fähigkeiten.

[!TIP] 🤖 Agentengesteuertes Setup (Null Reibung):
Sage deinem Codierungsagenten einfach: „Installiere und richte agents-memory für mich ein."
Der Agent installiert das Paket, fragt einmal nach deinen Stack-Präferenzen, füllt dein USER.md-Profil und registriert deine Repositories autonom.


CLI-Referenz

Befehl

Zweck

agents-memory sync

Aktualisiert die kanonische AGENTS.md, Host-Regeln und MCP-Registrierungen

agents-memory sync --init

Erstmaliges Scaffolding, Beispielerstellung und Host-Erkennung

agents-memory inventory

Ermittelt nicht registrierte lokale Repositories über Workspace-Wurzeln hinweg

agents-memory inventory --register SLUG PATH ROLE STACK

Registriert ein neues Repository

agents-memory ingest catalog

Indiziert lokale Chat-Transkripte aller unterstützten Anbieter

agents-memory ingest extract

Führt heuristische Filter aus, um dauerhafte Fakten in das Staging zu extrahieren

agents-memory consolidate

Stellt sicher, dass kein privater Zustand in das Arbeits-Repository gelangt


Unterstütztes Ökosystem

  • Claude Code: Gebunden über Symlink / kanonische AGENTS.md und MCP-Server.

  • Google Antigravity: Integriert über .gemini/config-Regeln und den agents-memory-MCP.

  • Cursor: Injiziert automatisch Regeln und konfiguriert .cursor/mcp.json.

  • Zed: Konfiguriert context_servers und spiegelt Assistenten-Fähigkeiten.

  • VS Code / Copilot: Liest Sitzungsverläufe aus lokalen Zustandsdatenbanken ein.

Außerdem kompatibel mit: Windsurf, Cline, Roo-Code, Aider, Continue.dev, OpenAI ChatGPT, Pi, Goose und jedem MCP-konformen KI-Assistenten.


Offene ABI-Spezifikation

Die formale, implementationsagnostische Layout-Spezifikation befindet sich in abi/:

  • abi/WHY.md — Architekturentscheidungen & warum Markdown gegenüber RAG gewinnt.

  • abi/LAYOUT.md — Verzeichnis-Taxonomie und Pfadverträge.

  • abi/KINDS.md — Typisierte Speicher-Taxonomie (concepts, facts, decisions).

  • abi/MCP.md — Tool-Definitionen und Anfrage-/Antwort-Spezifikationen.

  • abi/INGEST.md — Katalog-, Extraktions- und Destillations-Pipeline.

  • abi/INJECTION.md — Mechanismen zur Injektion von Host-Regeln.


Tests & Verifizierung

Führe die umfassende Testsuite und den Destillations-Benchmark aus:

python tests/run_all_tests.py

Lizenz

MIT-Lizenz. Siehe LICENSE für Details.

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot. Semantic search, Git sync, project-based, Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot. Semantic search, Git sync, project-based organization, and team collaboration via Model Context Protocol.
    67
    243
    2
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Local-first MCP server providing persistent markdown memory with persona engine and fast search, designed to unify AI assistant memory across Claude Code, Cowork, and Dispatch.
    55
    MIT

View all related MCP servers

Related MCP Connectors

  • Universal memory for AI agents and tools. Save, organize and search context anywhere.

  • Token-efficient MCP memory for Markdown vaults. Tiered search, GraphRAG, AI memories.

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lolaplex/agents-memory'

If you have feedback or need assistance with the MCP directory API, please join our Discord server