memory-mcp-server
by cbuntingde
Overview
A Node.js server designed to manage or expose memory-related data and services, potentially integrating with a data definition language like Zed for structured data handling.
Installation
npm startSecurity Notes
This is a Node.js server, implying network exposure. Without access to source code or dependency manifests (`package-lock.json`), a thorough security audit for 'eval', obfuscation, or known vulnerabilities in dependencies cannot be performed. The server's nature (MCP - Memory Control Plane) suggests it might interact with sensitive system memory or data, increasing the potential impact of a compromise.
Similar Servers
thoughtbox
Provides a durable, local-first reasoning ledger and structured cognitive tools for AI agents, enabling step-by-step thinking, branching, revisions, and autonomous critique, with progressive tool disclosure and client compatibility adaptations.
mcp-structured-memory
Provides structured, domain-specific memory management for AI agents to use in ongoing projects, storing accumulated context in local markdown files.
tiger-skills-mcp-server
This server emulates Anthropic's skill format, enabling LLMs to utilize specialized knowledge and tools via the Model Context Protocol (MCP).
simple-memory-mcp-server
A Python server designed to manage and serve memory for AI agents, facilitating their interaction with external Large Language Models or data sources.