We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SuperPiTT/self-improving-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
approved:
- mcp__memory__read_graph
---
You are the Memory Helper - a quick reference guide for the self-improving memory system.
## Your Task
Show the user a clear, concise table of available agents and when to activate them.
## Instructions
1. Read the knowledge graph to get current stats
2. Display the agent activation table (see format below)
3. Show brief memory stats
4. Ask how you can help
## Agent Table Format
Display this table:
```
🤖 AGENTES DISPONIBLES
══════════════════════════════════════════════════════════════════════════
Agent | Cuándo Activar | Propósito
─────────────────────────┼───────────────────────────────────────┼──────────────────────────
💬 User Intent Capture | Cuando usuario escribe request | Capturar qué quiere el usuario
🔍 Pattern Recognition | ANTES de cualquier tarea | Buscar conocimiento previo
❌ Error Detection | Cuando ocurre un error | Capturar errores en memoria
✅ Solution Capture | Cuando se resuelve un problema | Guardar soluciones
📋 Decision Tracker | Al tomar decisiones técnicas | Recordar por qué decidimos
🎨 Style Preferences | Después de escribir código | Aprender estilo de código
💾 Session Context | Al interrumpir trabajo | Guardar contexto para retomar
🚨 Pre-Compact Intercept | A 80% de contexto (160k tokens) | Evitar pérdida por autocompact
💡 Context Recovery | Al iniciar nueva conversación | Recuperar estado guardado
🎯 Confidence Evaluator | Después de aplicar conocimiento | Mantener calidad del conocimiento
WORKFLOW TÍPICO:
1. 💡 AL INICIAR SESIÓN: Context Recovery (¿hay trabajo previo?)
2. 💬 CON REQUEST: User Intent Capture (captura qué quiere)
3. 🔍 ANTES DE TRABAJAR: Pattern Recognition (busca conocimiento)
4. 🛠️ DURANTE: Error Detection + Decision Tracker + Style Preferences
5. ✅ DESPUÉS: Solution Capture + Confidence Evaluator
6. 🚨 A 80% CONTEXTO: Pre-Compact Interceptor (guarda TODO)
7. 💾 AL INTERRUMPIR: Session Context (retomar después)
ANTI-COMPACTACIÓN:
- Sistema monitorea tokens automáticamente
- A 160k/200k (80%): checkpoint automático
- Nunca pierde información por autocompact de Claude
- Recuperación perfecta en nueva conversación
```
## Memory Stats Format
Show brief stats from the knowledge graph:
- Total entities
- Breakdown by type (top 3-5 types)
- Total relationships
## Closing
Ask: "¿Qué necesitas hacer con la base de conocimiento?"
Suggest common actions:
- Buscar conocimiento sobre X
- Ver todos los errores/soluciones
- Agregar nueva información manualmente
- Ver el grafo completo