Skip to main content
Glama
formonkey

Changes Memory MCP

by formonkey

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHANGES_MEMORY_PATHNoBackward compatibility: forces an exact file path for default project memory. Equivalent to --memory-path.
CHANGES_MEMORY_ROOTNoBackward compatibility: default project path. Equivalent to --memory-root.
CHANGES_MEMORY_GLOBAL_PATHNoExact file path for global memory. Equivalent to --global-path.
CHANGES_MEMORY_PROJECT_PATHNoDefault project path when a tool call does not pass projectPath. Equivalent to --project-path.

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_localB

Guarda una nueva correccion o criterio aprendido en la memoria del proyecto.

add_globalC

Guarda una correccion o criterio transversal en la memoria global.

list_changesA

Lista los cambios guardados en la memoria del proyecto y la global.

list_change_indexA

Lista un indice compacto de cambios con id, titulo, store, tipo, tags y rutas para decidir que consultar despues.

list_tag_catalogA

Lista el catalogo recomendado de tags para usar al guardar memoria con add_local o add_global.

get_changeA

Recupera un cambio exacto por id

search_changesB

Busca cambios por texto libre

get_relevant_changesB

Devuelve los cambios mas relevantes para una tarea o riesgo concreto

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/formonkey/knowledge-memory-mcp'

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