Skip to main content
Glama

Mnemex

consolidate_memories

Merge similar memories using AI to resolve conflicts and create consolidated notes. Supports dry-run preview or direct application modes for memory cluster management.

Instructions

Consolidate similar memories using LLM-driven merging (NOT YET IMPLEMENTED). This tool will use an LLM to intelligently merge similar memories, resolve conflicts, and create consolidated notes. Currently returns a placeholder message. Args: cluster_id: Cluster ID to consolidate. mode: Operation mode - "dry_run" or "apply". Returns: Consolidation results (when implemented).

Input Schema

NameRequiredDescriptionDefault
cluster_idYes
modeNodry_run

Input Schema (JSON Schema)

{ "properties": { "cluster_id": { "title": "Cluster Id", "type": "string" }, "mode": { "default": "dry_run", "title": "Mode", "type": "string" } }, "required": [ "cluster_id" ], "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