amp
Verified Safeby akshayaggarwal99
Overview
Provides a persistent, structured memory (Short-Term, Long-Term, and Graph) for AI agents, mimicking a hippocampus for continuous learning and recall.
Installation
amp serveSecurity Notes
The server primarily operates locally, minimizing external network attack surface. It uses `json.loads` for metadata which, if not carefully handled in subsequent processing, could be a vector for injection. However, `sqlite-utils` parameterizes inputs, reducing direct SQL injection risk. No hardcoded secrets or direct `eval` on untrusted input were observed. The default LLM and embedding models run locally via Ollama and FastEmbed, reducing reliance on third-party APIs for core functionality. Data is stored in a SQLite database in the user's home directory.
Similar Servers
context-sync
Provides AI systems with persistent memory and context management across various development tools, sessions, and projects.
cortexgraph
CortexGraph serves as a Model Context Protocol (MCP) server providing short-term memory for AI assistants, featuring temporal decay, spaced repetition, multi-agent consolidation (merge, promote, relate), and long-term memory integration with Obsidian vaults. It aims to prevent memory loss and surface relevant context naturally in conversations.
post-cortex
Post-Cortex is an MCP server that provides AI assistants with long-term memory, storing conversations, decisions, and insights in a searchable knowledge base with automatic entity extraction and semantic search capabilities.
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.