MAMA
Verified Safeby jungjaehoon-lifegamez
Overview
Memory-augmented assistant for LLMs (Claude Code/Desktop) to track decision evolution, provide session continuity, simulate workflows, and offer a mobile chat/graph viewer interface.
Installation
npx -y @jungjaehoon/mama-serverEnvironment Variables
- MAMA_SERVER_TOKEN
- MAMA_DB_PATH
- MAMA_SERVER_PORT
- MAMA_EMBEDDING_PORT
- MAMA_DISABLE_HOOKS
- MAMA_FORCE_TIER_2
- MAMA_DEBUG
- OLLAMA_HOST
- OLLAMA_PORT
- MAMA_LOG_LEVEL
- MAMA_HTTP_PORT
- MAMA_DISABLE_HTTP_SERVER
- MAMA_DISABLE_WEBSOCKET
- MAMA_DISABLE_MOBILE_CHAT
- MAMA_AUTH_TOKEN
Security Notes
By default, the server binds to `127.0.0.1` (localhost only), ensuring local-first security. Extensive documentation and explicit warnings are provided regarding critical security risks if exposed externally via tunnels (e.g., ngrok, Cloudflare). External access can lead to full system compromise. Robust recommendations for Cloudflare Zero Trust authentication are given for production use. Token-based authentication is available but strongly discouraged for production, highlighted as 'TESTING ONLY'. The project demonstrates a strong awareness of security implications and provides mechanisms and guidance for securing deployments.
Similar Servers
awesome-mcp-servers
A comprehensive directory for discovering various Model Context Protocol (MCP) servers, clients, and frameworks across different domains, facilitating integration with AI assistants.
mcp-server-infranodus
Integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants for generating knowledge graphs, detecting content gaps, identifying topics, and performing SEO analysis.
Accurate-Cyber-Box-Alpha
Accurate-Cyber-Box is an advanced cybersecurity tool designed for penetration testing, cyber drills, real-time network monitoring, and incident response, integrated with MCP servers and Telegram for enhanced communication and control.
Mastervolt-Deep-Research
Providing agents with access to external execution environments (local filesystem) and AI models (Hugging Face) via the Model Context Protocol, enabling them to perform research tasks involving file operations and diverse AI capabilities.