Skip to main content
Glama

MCP Memory System

by aaqqjj

🧠 MCP Memory System - Sistema de Memoria Persistente

MCP Version Node.js TypeScript License Platform

📖 Descripción

MCP Memory System es un sistema de memoria persistente basado en Model Context Protocol (MCP) que permite a los asistentes de IA mantener conversaciones y contexto de manera persistente entre sesiones. Incluye un sistema completo de auto-instalación global, guardado automático de conversaciones, y detección automática de proyectos.

✨ Características Principales

  • 🧠 Memoria Persistente: Conversaciones y contexto se preservan entre sesiones
  • 🌍 Sistema Global: Se instala una vez y funciona en todos los proyectos
  • 🚀 Auto-instalación: Detección automática e instalación en proyectos nuevos
  • 💾 Guardado Automático: Las conversaciones se guardan automáticamente antes del apagado
  • 🎛️ Integración VS Code: Tasks automáticas y comandos integrados
  • 📝 Historial Completo: Importación y preservación del historial de proyectos
  • 🔄 Cero Configuración: Solo ejecuta mcp en cualquier proyecto

� Instalación Rápida

1. Clonar el Repositorio

git clone https://github.com/tuusuario/mcp-memory-system.git cd mcp-memory-system

2. Instalar Sistema Global

# Configurar sistema global ./configure-mcp-global.sh # Agregar comando global al PATH echo 'export PATH="/ruta/completa/al/mcp:$PATH"' >> ~/.zshrc echo 'alias mcp-save="./auto-save-session.sh"' >> ~/.zshrc echo 'alias save-session="./guardar-sesion-actual.sh"' >> ~/.zshrc source ~/.zshrc

3. Usar en Cualquier Proyecto

cd tu-proyecto mcp # ¡Eso es todo! Se instala y configura automáticamente

🎯 Uso

Comando Principal

mcp # Detecta, instala y configura MCP automáticamente

Comandos de Guardado

save-session # Guardar conversación actual manualmente mcp-save # Auto-save rápido

Comandos de Control

./auto-start-mcp.sh # Iniciar servidor MCP ./stop-mcp.sh # Detener servidor MCP
  • Instala dependencias

¡Tu memoria persistente está lista en cualquier proyecto! 🚀

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Enables AI assistants to maintain persistent conversations and context between sessions through automated saving and global installation across projects. Provides zero-configuration memory persistence with automatic conversation history preservation.

  1. 📖 Descripción
    1. ✨ Características Principales
  2. � Instalación Rápida
    1. 1. Clonar el Repositorio
    2. 2. Instalar Sistema Global
    3. 3. Usar en Cualquier Proyecto
  3. 🎯 Uso
    1. Comando Principal
    2. Comandos de Guardado
    3. Comandos de Control

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    Provides a structured documentation system for context preservation in AI assistant environments, helping users create and manage memory banks for their projects.
    Last updated -
    3
    67
    MIT License
    • Linux
    • Apple
  • A
    security
    A
    license
    A
    quality
    Enables AI assistants to maintain persistent project context across sessions by storing and retrieving structured information in markdown files organized in a memory bank directory.
    Last updated -
    4
    55
    Apache 2.0
    • Linux
    • Apple
  • A
    security
    A
    license
    A
    quality
    Provides AI assistants with persistent memory of your project architecture, development history, and technical decisions, allowing them to give context-aware coding help without needing repeated explanations.
    Last updated -
    16
    61
    1
    MIT License
    • Apple
    • Linux
  • -
    security
    A
    license
    -
    quality
    Provides persistent local memory functionality for AI assistants, enabling them to store, retrieve, and search contextual information across conversations with SQLite-based full-text search. All data stays private on your machine while dramatically improving context retention and personalized assistance.
    Last updated -
    3
    MIT License
    • Apple
    • Linux

View all related MCP servers

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/aaqqjj/mcp-memory-system'

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