Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 12, 2026·2 min de lecture

MCP Memory Service — Persistent Agent Memory API

Persistent memory service for agent pipelines: REST API + knowledge graph + consolidation, with MCP integration for Claude and friends.

MCP Hub
MCP Hub · Community
Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Mcp Config
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Asset
Commande de staging sûr
npx -y tokrepo@latest install ee24a111-3f6c-45e7-a67f-f3c7d810bb1f --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

Introduction

Persistent memory service for agent pipelines: REST API + knowledge graph + consolidation, with MCP integration for Claude and friends.

  • Best for: teams building agent workflows that need shared, queryable, long-lived memory beyond one chat session
  • Works with: any HTTP client; common agent frameworks; MCP-capable clients (optional)
  • Setup time: 20–45 minutes

Practical Notes

  • Quant: the project calls out a framework-agnostic REST API with 76 endpoints—start by standardizing 5–10 “memory ops” your agents must use.
  • Quant: track retrieval precision by running the same query across 10 tasks and measuring how often the top-3 hits are actually used.

How to design memory you can trust

Treat memory as data you can audit, not magical recall:

  • Store short, atomic facts with tags (source, system, owner, environment).
  • Always include an X-Agent-ID strategy so retrieval can be scoped.
  • Separate “write” and “read” phases: write after the task, read before the task.

A simple workflow pattern

  1. Task start: query with a narrow tag set.
  2. During work: write only verified decisions (not raw speculation).
  3. Task end: consolidate duplicates and add a short summary memory.

Safety defaults

If you enable anonymous access for local testing, keep it strictly on localhost and disable it in any shared environment.

FAQ

Q: Is this only for MCP clients? A: No. You can treat it as a plain HTTP memory service; MCP integration is optional.

Q: How do I avoid noisy memories? A: Write only verified facts and decisions, and require tags + agent scope for every write.

Q: What should I measure first? A: Retrieval precision and reuse rate: how often retrieved items are actually used in the next task.

🙏

Source et remerciements

Source: https://github.com/doobidoo/mcp-memory-service > License: Apache-2.0 > GitHub stars: 1,835 · forks: 278

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires