{"name":"ai.memoryrouter/memoryrouter","slug":"memoryrouter","title":"MemoryRouter","description":"Persistent AI memory shared across Claude, ChatGPT, coding agents, and compatible MCP clients.","url":"https://mcp.market/server/memoryrouter","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T05:20:54.014Z","last_ok_at":"2026-09-24T05:20:54.014Z","latency_ms":64},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://memoryrouter.ai","version":"1.1.0","remotes":[{"type":"streamable-http","url":"https://mcp.memoryrouter.ai/mcp"}],"packages":[],"tools":[{"name":"commit_reflections","description":"Use this to complete a consolidation started with consolidate_memories. Submits the reflection entries you wrote for the checked-out batch. Each entry is standalone prose with an importance rating from 1 to 10. The server stores the reflections, links them to their source memories, and marks the sources consolidated. Safe to retry: committing the same batch twice returns the original result.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"batch_id":{"type":"string","minLength":1},"entries":{"type":"array","minItems":1,"maxItems":100,"items":{"type":"object","properties":{"text":{"type":"string","minLength":1,"maxLength":8000},"importance":{"type":"integer","minimum":1,"maximum":10}},"required":["text","importance"],"additionalProperties":false}}},"required":["batch_id","entries"],"additionalProperties":false}},{"name":"consolidate_memories","description":"Use this when the user asks to consolidate, reflect on, or organize their memories, or when memory_status or a search result reports that consolidation is available. Checks out a batch of unconsolidated memories from the connected vault under a 15 minute lease and returns their texts plus server instructions for writing reflection entries. Follow the returned instructions to write the entries, then call commit_reflections with the batch_id. Nothing is modified until commit.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tier":{"type":"integer","enum":[1,2],"default":1,"description":"1 consolidates raw memories into reflections; 2 consolidates reflections into high-level reflections."},"max_tokens":{"type":"integer","minimum":1000,"default":50000,"description":"Token budget for the checked-out batch. Defaults to 50000. No connector-side cap."}},"additionalProperties":false}},{"name":"date_search_memories","description":"Use this to retrieve memories from a specific time window, for questions like 'what happened last week' or 'most important things this month or lately'. Tier guide: tier 3 holds the highest-level consolidated reflections (identity, principles, what matters most), tier 2 holds reflections of specific meaningful events, tier 1 holds raw verbatim memories. Match filters to the question. Time-bounded 'most important things last month' questions: tiers [3], importance 8 or higher, generous max_tokens. Big-picture overviews of a period like 'what do you know about July': tiers [3] with no importance filter. Specific lookups in a window like 'find the decision about X': omit tiers to include all tiers and leave importance unset; a high importance filter hides the specific detail you are looking for. Specific meaningful events without raw noise: tiers [2] or [2, 3]. Exact verbatim detail: if the detail is not already in context, drill down by lineage: search tiers [3] to find the relevant thread, then use inspect_memory on the result to see the tier 2 reflections it consolidated, then inspect those to reach the raw memories underneath. Direct tiers [1] search works when you know exact wording to match. Mixing tiers is legitimate; adjust the importance threshold to the question rather than always setting it high. Only reflections (tiers 2 and 3) carry importance ratings. Omit query for a chronological review; include query to rank by relevance within the window. Resolve relative phrases like 'lately' to concrete ISO dates before calling. Reads only the OAuth-selected vault and does not modify it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"type":"string","minLength":4,"maxLength":64,"description":"Window start, ISO 8601 date or datetime (e.g. 2026-08-10 or 2026-08-10T00:00:00Z). Required. Must be a concrete date, not a relative phrase."},"to":{"type":"string","minLength":4,"maxLength":64,"description":"Window end, ISO 8601 date or datetime. Optional, defaults to now."},"query":{"type":"string","minLength":1,"maxLength":2000,"description":"Optional relevance query. Omit for a pure chronological browse; include to rank results within the window."},"tiers":{"type":"array","items":{"type":"integer","enum":[1,2,3]},"minItems":1,"uniqueItems":true,"description":"Restrict results to these memory tiers. 3 highest-level consolidated reflections (identity, principles, what matters most), 2 reflections of specific meaningful events, 1 raw verbatim memories. Use [3] for broad 'most important' or big-picture questions, [2] or [2, 3] for specific meaningful events, [1] for exact verbatim detail when you know the wording to match; otherwise drill down from [3] with inspect_memory. Omit to search all tiers blended, the right default for specific lookups. Mixing tiers is fine. Only tiers 2 and 3 carry importance ratings."},"importance":{"type":"integer","minimum":1,"maximum":10,"description":"Minimum importance threshold, 1 to 10. Only reflections (tiers 2 and 3) carry ratings, so raw memories are excluded whenever this is set. Use 8 or higher with tiers [3] for broad 'most important' questions. Leave unset for general or specific searches; a high threshold hides relevant material."},"max_tokens":{"type":"integer","minimum":1000,"maximum":200000,"description":"Token budget for returned results. Server default 50000; use a smaller value like 5000 for a quick look. When a page is truncated, continue with the returned next_to or next_from cursor."}},"required":["from"],"additionalProperties":false}},{"name":"delete_memories","description":"Use this only when the user explicitly asks to delete specific memories and confirms after seeing what will be deleted. Permanently deletes the identified memories from the connected vault by their ids from search or inspect results. Deleting a raw memory does not delete reflections built from it. This cannot be undone. For deleting everything, forget_all_memories is the separate whole-vault tool.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"ids":{"type":"array","minItems":1,"maxItems":100,"items":{"type":"string"},"description":"Memory ids (UUIDs) to permanently delete."},"confirmation":{"type":"string","enum":["DELETE SELECTED MEMORIES"],"description":"Exact phrase the user must provide after being shown which memories will be deleted."}},"required":["ids","confirmation"],"additionalProperties":false}},{"name":"forget_all_memories","description":"Use this only after the user explicitly requests a full-vault deletion, receives a permanent whole-vault warning, and provides the exact confirmation phrase in a later turn. Permanently deletes every memory in the OAuth-selected vault. This cannot delete one memory; use delete_memories for specific items. Requires separate memories:delete authorization and destructive host confirmation.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"confirmation":{"type":"string","enum":["DELETE ALL MEMORIES"],"description":"Exact phrase the user must provide after being warned that deletion is permanent."}},"required":["confirmation"],"additionalProperties":false}},{"name":"inspect_memory","description":"Use this when the user asks why the assistant believes something, or wants to see the source memories behind a reflection. Given a memory id from a search result, returns the lower-tier memories that reflection was built from, or, for a raw memory, which reflections it was consolidated into. Use repeatedly to drill down from a high-level reflection to the tier 2 reflections and raw memories beneath it. Read only.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"memory_id":{"type":"string","minLength":36,"maxLength":36,"description":"A memory id (UUID) from a search result or a previous inspect."}},"required":["memory_id"],"additionalProperties":false}},{"name":"memory_status","description":"Use this when the user asks whether MemoryRouter is connected, which opaque vault binding is active, or how many memories/tokens the connected vault contains. Does not reveal the memory key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"search","description":"Use this legacy compatibility alias when a client explicitly requests a tool named search. It searches the OAuth-selected MemoryRouter vault without modifying it. For normal ChatGPT recall, prefer search_memories; this tool does not provide citable item permalinks or Company Knowledge fetch support.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":2000,"description":"Natural-language search query."}},"required":["query"],"additionalProperties":false}},{"name":"search_memories","description":"Use this when the user asks about a prior decision, preference, person, project, or other fact that may be in their connected MemoryRouter vault. Semantically searches only the OAuth-selected vault and does not modify it. Tier guide: tier 3 holds the highest-level consolidated reflections (identity, principles, what matters most), tier 2 holds reflections of specific meaningful events, tier 1 holds raw verbatim memories. Match filters to the question. Broad 'most important things we have done' questions: tiers [3], importance 8 or higher, large limit such as 250. Big-picture overviews like 'what do you know about this area or period': tiers [3] with no importance filter. Specific lookups like 'find the decision about X': omit tiers to search all tiers blended and leave importance unset; a high importance filter hides the specific detail you are looking for. Specific meaningful events without raw noise: tiers [2] or [2, 3]. Exact verbatim detail: if the detail is not already in context, drill down by lineage: search tiers [3] to find the relevant thread, then use inspect_memory on the result to see the tier 2 reflections it consolidated, then inspect those to reach the raw memories underneath. Direct tiers [1] search works when you know exact wording to match. Mixing tiers is legitimate; adjust the importance threshold to the question rather than always setting it high. Only reflections (tiers 2 and 3) carry importance ratings. For time-window questions like 'what happened last week' or 'lately' use date_search_memories instead.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":2000,"description":"A concise natural-language description of the past context to recall."},"limit":{"type":"integer","minimum":1,"maximum":250,"default":5,"description":"Maximum number of relevant memories to return. Use a large limit such as 250 for broad 'most important things' questions over tiers [3]."},"tiers":{"type":"array","items":{"type":"integer","enum":[1,2,3]},"minItems":1,"uniqueItems":true,"description":"Restrict results to these memory tiers. 3 highest-level consolidated reflections (identity, principles, what matters most), 2 reflections of specific meaningful events, 1 raw verbatim memories. Use [3] for broad 'most important' or big-picture questions, [2] or [2, 3] for specific meaningful events, [1] for exact verbatim detail when you know the wording to match; otherwise drill down from [3] with inspect_memory. Omit to search all tiers blended, the right default for specific lookups. Mixing tiers is fine. Only tiers 2 and 3 carry importance ratings."},"importance":{"type":"integer","minimum":1,"maximum":10,"description":"Minimum importance threshold, 1 to 10. Only reflections (tiers 2 and 3) carry ratings, so raw memories are excluded whenever this is set. Use 8 or higher with tiers [3] for broad 'most important' questions. Leave unset for general or specific searches; a high threshold hides relevant material."}},"required":["query"],"additionalProperties":false}},{"name":"store_memory","description":"Use this only when the user explicitly asks to remember something or confirms a proposed durable fact. Saves concise user-approved content to the OAuth-selected vault; do not use it for silent conversation capture.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"content":{"type":"string","minLength":1,"maxLength":12000,"description":"The concise fact, preference, decision, or outcome the user approved for storage."},"tags":{"type":"array","maxItems":10,"items":{"type":"string","minLength":1,"maxLength":64},"description":"Optional short category labels. These are preserved as provenance text until structured tags ship."}},"required":["content"],"additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-23T21:42:34.347Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-23T21:42:34.296Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 396ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.memoryrouter.ai/mcp","reachable":true,"authRequired":false,"latencyMs":396,"serverInfo":{"name":"MemoryRouter","version":"1.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://memoryrouter.ai/apple-touch-icon.png","source":"site","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}