Skip to main content
Glama

Mnemex

search_unified

Search across short-term and long-term memory with unified ranking, using customizable weights and filters to retrieve relevant information from temporal data stores.

Instructions

Search across both STM and LTM with unified ranking. Args: query: Text query to search for. tags: Filter by tags. limit: Maximum total results. stm_weight: Weight multiplier for STM results. ltm_weight: Weight multiplier for LTM results. window_days: Only include STM memories from last N days. min_score: Minimum score threshold for STM memories. Returns: A dictionary containing the search results.

Input Schema

NameRequiredDescriptionDefault
limitNo
ltm_weightNo
min_scoreNo
queryNo
stm_weightNo
tagsNo
window_daysNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" }, "ltm_weight": { "default": 0.7, "title": "Ltm Weight", "type": "number" }, "min_score": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Min Score" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Query" }, "stm_weight": { "default": 1, "title": "Stm Weight", "type": "number" }, "tags": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Tags" }, "window_days": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Window Days" } }, "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/simplemindedbot/mnemex'

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