mcp-zip
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMORIA_ROOT | No | Director raíz de almacenamiento | ~/.memoria |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memoria_iniciarB | Crea un proyecto nuevo con la estructura de memoria. |
| memoria_escribirC | Escribe una entrada de memoria en formato compacto. |
| memoria_buscarC | Busca entradas de memoria por texto completo. |
| memoria_leerC | Lee un archivo de memoria completo. |
| memoria_resumenC | Genera un resumen compacto del estado del proyecto. |
| memoria_listarA | Lista todos los proyectos con memoria. Returns: Lista de proyectos con información básica |
| memoria_archivarA | Archiva entradas resueltas antiguas en la bóveda. |
| memoria_importarB | Importa archivos .md desde una carpeta context/ existente. |
| memoria_exportarC | Exporta un archivo de memoria (lee el contenido). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Each tool has a clearly distinct purpose: archive, search, write, export, import, init, read, list, and summary. No two tools overlap in functionality.
All tools follow the 'memoria_' prefix with a verb in Spanish, except 'resumen' which is a noun (summary). The pattern is mostly consistent but has a minor deviation.
Nine tools is appropriate for a memory management system, covering core operations without being excessive or sparse.
The set covers create, read, search, list, archive, import, export, and init. Missing explicit update and delete operations, but archive may serve as soft delete, leaving a minor gap.