recallium
Verified Safeby recallium-ai
Overview
Recallium acts as a persistent memory layer for AI agents in IDEs, providing cross-project intelligence, document knowledge base integration, and structured memory recall to enhance AI coding assistants.
Installation
cd install && docker compose --env-file recallium.env up -dEnvironment Variables
- POSTGRES_PASSWORD
- LLM_PROVIDER
- LLM_MODEL
- OPENAI_API_KEY
- ANTHROPIC_API_KEY
- OLLAMA_HOST
Security Notes
The architecture is privacy-first, designed to run locally, keeping data on the user's machine. It uses Docker for isolation. The `POSTGRES_PASSWORD` has a default value (`recallium_password`) in `recallium.env`, but the documentation explicitly warns to 'Change in production!'. No `eval` or blatant malicious patterns are evident in the provided source code (READMEs).
Similar Servers
pipelex-mcp
Enables AI agents to build and execute Pipelex pipelines from natural language descriptions via the Model Context Protocol (MCP).
mcp-server-iris
Provides a Model Context Protocol (MCP) server for InterSystems IRIS database interaction, automation, and interoperability production management, allowing AI agents to query and control IRIS environments.
mcpd-proxy
Provides a network proxy for Minecraft Protocol connections, facilitating traffic management and potential modifications.
7134-easy-mcp-server
This project provides an easy-to-setup server solution designed to bridge or interact with Minecraft servers, simplifying their management or extending their functionalities.