agentram-mcp
Related Servers
Alternatives to agentram-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to store and semantically retrieve durable memories across sessions via MCP or REST, with tools for remembering, recalling, asking, updating, and forgetting memories.5 npmMIT

synapse-layerofficial
AlicenseBqualityBmaintenanceMCP-native persistent memory for AI agents. Stores and retrieves encrypted memories with Trust Quotient scoring, cross-agent handover protocol, and immutable audit trail. 13 tools. Remote endpoint available.1313Apache 2.0- AlicenseNot gradedqualityBmaintenanceProvides MCP tools for persistent, cross-session memory via Cloudflare Agent Memory, enabling agents to store, recall, ingest, summarize, and manage memory namespaces.1MIT
- AlicenseNot gradedqualityBmaintenanceProvides long-term memory for AI agents via MCP tools to store, recall, and delete memories, with per-user scoping and usage limits.AGPL 3.0
- AlicenseAqualityDmaintenancePersistent memory for AI agents. Store, recall, and share knowledge across sessions with five MCP tools: remember, recall, context, forget, and share. Includes semantic search and agent/user/org scoping.53Apache 2.0
- FlicenseAqualityCmaintenanceEnables LLM agents to persist, search, update, forget, summarize, and manage user cognitive memories through MCP tools.7-
TDQS
Scored across 6 tools
Each tool targets a clearly defined operation, but store_memory and store_shared_memory are close enough in name and behavior that an agent might briefly confuse them. Descriptions do clarify the distinction between agent-specific memory and shared namespaces.
Most tools follow a consistent verb_noun pattern: store_memory, retrieve_memory, delete_memory, create_namespace, store_shared_memory. The only minor inconsistency is list_memories using a plural noun while the other memory operations use singular.
Six tools is a well-scoped size for an agent memory server. Each tool represents a distinct core operation without unnecessary bloat or redundancy.
Per-agent memory has full CRUD coverage, but the shared namespace feature is incomplete: create_namespace and store_shared_memory exist with no way to retrieve, list, or delete shared memories. This creates a dead-end for agents trying to use shared memory.