Skip to main content
Glama

Serena MCP Server

by lin2000wl

write_memory

Store project-specific information in structured memory using markdown formatting. Create concise, named memories for efficient retrieval during future tasks, ensuring relevance and clarity for ongoing workflows.

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/lin2000wl/Serena-cursor-mcp'

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