Skip to main content
Glama

Memory MCP Server

get_frequently_used

Identify frequently accessed entities by setting a minimum access count threshold, optionally filtering by entity type to optimize memory usage and retrieval efficiency in Memory MCP Server.

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