Skip to main content
Glama

MCP Memory Server

by keleshteri

add_decision

Capture and document technical decisions by specifying a key, value, and reasoning for future reference, ensuring project awareness and clarity in code development.

Instructions

Record an important technical decision

Input Schema

NameRequiredDescriptionDefault
keyYesDecision key/name
reasoningYesReasoning behind the decision
valueYesDecision value

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Decision key/name", "type": "string" }, "reasoning": { "description": "Reasoning behind the decision", "type": "string" }, "value": { "description": "Decision value", "type": "string" } }, "required": [ "key", "value", "reasoning" ], "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