Memory-Facade
Memory-Facade
Un servidor MCP ligero y sin estado que ofrece a cada agente de codificación (Claude Code, Codex, OpenCode, Hermes) un único punto de entrada seleccionado para la memoria compartida: enrutamiento automático de bancos/etiquetas, ingesta de URL → artículo vinculado, sesión → conjunto de documentación, y herramientas de consistencia (deduplicación/redireccionamiento).
Orquesta Hindsight (hechos) y LightRAG (corpora). No reimplementa almacenamiento y nunca crea bancos.
Consulta ~/Projects/common-memory/docs/memory-facade-architecture.md para el diseño
y la línea base de contenido del 2026-08-18.
Ejecutar (servidor MCP stdio)
uv run python -m mf.serverDesplegado como servidor MCP en el runtime MCP LiteLLM de msm-ai-gateway, enrutado como
/memory-facade/mcp (mismo patrón que lightrag en config/litellm.yaml).
Related MCP server: memex
Prueba
env -u PYTHONPATH uv run --extra dev pytest -qNota: en el equipo de Sergey, el shell exporta un
PYTHONPATHque apunta al venv de Hermes. Desactívalo (env -u PYTHONPATH …) antes de ejecutar aquí; de lo contrario, se importará el pydantic/pydantic_core incorrecto y la recolección fallará.
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
- AlicenseCqualityCmaintenanceMCP server for sharing source-backed engineering memory across AI coding clients like Cursor and VS Code.301MIT
- Alicense-qualityCmaintenanceCentralized agentic memory and MCP gateway for LLMs, enabling persistent memory recall, validation, and integration with upstream MCP servers.1Apache 2.0
- AlicenseAqualityCmaintenanceA local shared-memory MCP server for Claude, Codex, Hermes, and other MCP-aware agents, providing a durable memory layer with Markdown files and SQLite fact store.6MIT
- Alicense-qualityBmaintenanceA self-hosted server providing shared memory, RAG document search, project maps, and role-based prompts for all AI agents via MCP and REST, enabling persistent context across devices and tools.2MIT
Related MCP Connectors
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/morozsm/memory-facade'
If you have feedback or need assistance with the MCP directory API, please join our Discord server