Skip to main content
Glama

Serena

by oraios

write_memory

Store project information for future reference using meaningful memory names and concise markdown content, ensuring easy retrieval of relevant details on the Serena MCP server.

Instructions

Write some information about this project that can be useful for future tasks to a memory. Use markdown formatting for the content. The information should be short and to the point. The memory name should be meaningful, such that from the name you can infer what the information is about. It is better to have multiple small memories than to have a single large one because memories will be read one by one and we only ever want to read relevant memories.

This tool is either called during the onboarding process or when you have identified something worth remembering about the project from the past conversation.

Input Schema

NameRequiredDescriptionDefault
contentYes
max_answer_charsNo
memory_nameYes

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "max_answer_chars": { "default": 200000, "title": "Max Answer Chars", "type": "integer" }, "memory_name": { "title": "Memory Name", "type": "string" } }, "required": [ "memory_name", "content" ], "title": "applyArguments", "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/oraios/serena'

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