Skip to main content
Glama

MCP Memory Server

by keleshteri

add_session_step

Track step completion and file modifications in a coding session using the MCP Memory Server. Enhances project awareness by recording actions and maintaining persistent memory for AI coding assistants.

Instructions

Record completion of a step in the current session

Input Schema

NameRequiredDescriptionDefault
descriptionNoOptional detailed description
filesModifiedYesList of files that were modified
stepYesDescription of the completed step

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Optional detailed description", "type": "string" }, "filesModified": { "description": "List of files that were modified", "items": { "type": "string" }, "type": "array" }, "step": { "description": "Description of the completed step", "type": "string" } }, "required": [ "step", "filesModified" ], "type": "object" }

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

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