Esta página se muestra en inglés. Una traducción al español está en curso.
KnowledgeMay 12, 2026·2 min de lectura

Ogham MCP — Shared Persistent Agent Memory

Ogham MCP provides persistent, searchable shared memory for AI coding agents across clients, with a CLI wizard (`ogham init`) and stdio/SSE transports.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 62/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Manual
Confianza
Confianza: Established
Entrada
uvx --from ogham-mcp ogham init
Comando CLI universal
npx tokrepo install 62458fd8-014f-5989-8a34-3ff7b3ed5126
Introducción

Ogham MCP provides persistent, searchable shared memory for AI coding agents across clients, with a CLI wizard (ogham init) and stdio/SSE transports.

  • Best for: Long-lived memory for multi-client/multi-agent coding workflows
  • Works with: Python + uv/uvx; Supabase or Postgres; Claude Code / Cursor / OpenCode configs (per README)
  • Setup time: 15–40 minutes

Practical Notes

  • GitHub: 97 stars · 19 forks; pushed 2026-05-05 (verified via GitHub API).
  • README quick start uses uvx --from ogham-mcp ogham init to write client configs and migrate schemas.
  • README documents SSE mode with ogham serve --transport sse --port 8742 for multi-agent sharing.

Main

How to use memory without turning it into noise:

  1. Decide what is “stable knowledge” (architecture decisions, conventions, runbooks) vs “ephemeral state”.
  2. Only persist stable knowledge, and enforce a simple schema (component, decision, rationale, date).
  3. When a task finishes, have the agent write a short memory entry, then validate retrieval by asking a new agent to solve a similar task.

If you have multiple agents running, prefer SSE mode so they share one server instance and database pool.

FAQ

Q: Do I need Supabase? A: No—README supports Supabase or Postgres (Neon/self-hosted).

Q: How do I connect different clients? A: Run the init wizard; it prints/writes client config snippets for common MCP clients.

Q: What transport should I use? A: stdio is simplest; use SSE when multiple agents should share one running server.

🙏

Fuente y agradecimientos

Source: https://github.com/ogham-mcp/ogham-mcp > License: MIT > GitHub stars: 97 · forks: 19

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados