Skip to main content
Glama

Serena MCP Server

by lin2000wl

read_memory

Retrieve content from a specified memory file to aid in task completion. Ensures relevance by checking file names and avoids redundant reads within the same session.

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

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