Skip to main content
Glama

Memory MCP Server

get_frequently_used

Identify frequently accessed entities by specifying a minimum access count and optional entity type. Helps analyze usage patterns within the Memory MCP Server's stored text memories.

Instructions

Find entities that are accessed frequently

Input Schema

NameRequiredDescriptionDefault
entityTypeNoOptional: filter by entity type
minAccessCountYesMinimum access count threshold

Input Schema (JSON Schema)

{ "properties": { "entityType": { "description": "Optional: filter by entity type", "type": "string" }, "minAccessCount": { "description": "Minimum access count threshold", "type": "number" } }, "required": [ "minAccessCount" ], "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/grizzlypeaksoftware/mcp-memory-server'

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