remind
Verified Safeby sandst1
Overview
Generalization-capable memory layer for LLMs that extracts, stores, and retrieves semantic concepts from raw episodic experiences, mimicking human memory consolidation.
Installation
remind-mcp --port 8765Environment Variables
- OPENAI_API_KEY
- ANTHROPIC_API_KEY
- AZURE_OPENAI_API_KEY
- AZURE_OPENAI_API_BASE_URL
- AZURE_OPENAI_API_VERSION
- AZURE_OPENAI_DEPLOYMENT_NAME
- AZURE_OPENAI_EMBEDDING_DEPLOYMENT_NAME
- AZURE_OPENAI_EMBEDDING_SIZE
- OLLAMA_URL
- OLLAMA_LLM_MODEL
- OLLAMA_EMBEDDING_MODEL
- LLM_PROVIDER
- EMBEDDING_PROVIDER
- REMIND_PORT
Security Notes
The server explicitly restricts database names to prevent path traversal vulnerabilities. API keys are sourced from environment variables, not hardcoded. JSON parsing from LLM output is handled with error recovery. Overall, the design demonstrates good security practices for its intended use.
Similar Servers
cortexgraph
A Model Context Protocol (MCP) server providing AI assistants with ephemeral, local short-term memory, temporal decay, reinforcement, and automatic promotion to long-term storage.
Simple-Memory-Extension-MCP-Server
A persistent key-value memory store for AI agents, designed to extend context windows and enable semantic search over stored memories.
amp
Provides a persistent, structured memory (Short-Term, Long-Term, and Graph) for AI agents, mimicking a hippocampus for continuous learning and recall.
mcp-structured-memory
Provides structured, domain-specific memory management for AI agents to use in ongoing projects, storing accumulated context in local markdown files.