Skip to main content
Glama

Serena

by oraios

read_memory

Retrieve specific information from a memory file using Serena MCP server. Access relevant content based on the file name to enhance task efficiency without redundant reads.

Instructions

Read the content of a memory file. This tool should only be used if the information is relevant to the current task. You can infer whether the information is relevant from the memory file name. You should not read the same memory file multiple times in the same conversation.

Input Schema

NameRequiredDescriptionDefault
max_answer_charsNo
memory_file_nameYes

Input Schema (JSON Schema)

{ "properties": { "max_answer_chars": { "default": 200000, "title": "Max Answer Chars", "type": "integer" }, "memory_file_name": { "title": "Memory File Name", "type": "string" } }, "required": [ "memory_file_name" ], "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