memory-mcp
Verified Safeby mhv2109
Overview
A Model Context Protocol (MCP) server that provides a SQLite-backed knowledge graph for persistent memory storage to AI clients like Claude.
Installation
No command providedSecurity Notes
The server primarily communicates over stdio (JSON-RPC 2.0), limiting network exposure. It uses a local SQLite database for storage. No obvious 'eval' or obfuscation is present. The primary risk would be malicious input leading to excessive resource consumption or data manipulation within the knowledge graph, but the Go type system and structured schemas mitigate common injection vulnerabilities. Log files are written to /tmp during debug mode.
Similar Servers
memory-mcp-server-go
A Model Context Protocol server providing knowledge graph management capabilities for LLMs to maintain memory across conversations.
sqlite-mcp
A Model Context Protocol (MCP) server that enables LLMs to interact with SQLite databases by providing tools and resources for querying and managing data.
simple-memory-mcp
A Model Context Protocol (MCP) server for persistent memory storage, providing intelligent tagging and full-text search for AI assistants to remember context across conversations.
unified-thinking
A Model Context Protocol (MCP) server that consolidates multiple cognitive thinking patterns into a single Go-based implementation with 85 specialized reasoning tools for enhanced problem-solving and AI integration.