Skip to main content
Glama
gabrimatic

mcp-prose-memory

by gabrimatic

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMORY_PATHNoOverride the default memory storage path (~/.mcp-prose-memory/memory.json)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
memoryA

Manage persistent memory across sessions.

Commands:

  • view: Show all memories (optionally filter by section)

  • add: Add a new fact to a section

  • upsert: Add or replace a structured fact by key

  • remove: Remove a fact by section and line number

  • replace: Update a fact by section and line number

Sections: work, personal, top_of_mind, history, instructions, user_profile, user_preferences, eyra_project, devices_environment, workflows, writing_style, long_term_tasks, do_not_forget

Examples:

  • {"command": "view"}

  • {"command": "view", "section": "work"}

  • {"command": "add", "section": "personal", "fact": "Lives in Berlin"}

  • {"command": "upsert", "section": "user_preferences", "key": "answer_style", "value": "Prefers concise answers"}

  • {"command": "remove", "section": "work", "line": 3}

  • {"command": "replace", "section": "top_of_mind", "line": 1, "fact": "Working on new project"}

memory_contextA

Load memory for session start. Supports compact bounded context for clients with small prompt budgets.

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

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