memory-mcp-server-go
Verified Safeby okooo5km
Overview
Provides a persistent knowledge graph server for LLMs to manage and retrieve entities, relations, and observations, acting as long-term memory across conversations.
Installation
memory-mcp-server-goEnvironment Variables
- MEMORY_FILE_PATH
Security Notes
The server uses a pure Go SQLite driver, reducing CGO-related attack surface. It provides explicit `--auth-bearer` for API authentication on network transports (SSE/HTTP) and details strong security recommendations for deployment, including TLS termination and running behind a reverse proxy. There are no obvious hardcoded secrets, `eval` usage, or code obfuscation. Logging to stderr in `stdio` mode prevents interference with the MCP JSON-RPC protocol.
Similar Servers
memory-graph
A graph-based MCP server that provides intelligent memory capabilities for Claude Code, enabling persistent knowledge tracking, relationship mapping, and contextual development assistance.
mkp
MKP is a Model Context Protocol (MCP) server for Kubernetes, enabling LLM-powered applications to interact with Kubernetes clusters by providing tools for resource listing, getting, applying, deleting, and executing commands.
mcp-duckdb-memory-server
Manages and queries a knowledge graph using DuckDB as an embedded backend for AI agent memory, specifically designed for the Model Context Protocol.
kuzu-memory
KuzuMemory is a lightweight, embedded graph-based memory system designed to provide fast, offline contextual memory and knowledge retrieval for AI applications and agents, primarily through pattern matching without direct LLM API calls. It enhances prompts, stores learning, and manages project context.