Celiums Memory AI

Celiums Memory AI
| Attribute | Value |
|---|---|
| Vendor | Celiums Solutions LLC |
| Version | 1.2.7 |
| OS | Ubuntu 24.04 (LTS) |
| Category | AI Tools |
| License | Apache-2.0 |
Description
Celiums Memory turns any server into a self-hosted memory layer for AI agents, exposing semantic recall, an append-only signed agent journal, and a 5,100-module expert knowledge base over the Model Context Protocol (MCP).
It connects in one click from Claude Web/Desktop, Claude Code, Cursor, Antigravity, Windsurf, ChatGPT, and any MCP-compatible client. Tools like recall, remember, forage, journal_*, research_*, and write_* become available to your model the moment the server boots.
The stack is fully local: PostgreSQL 17 + pgvector, Qdrant for vector search, Valkey for caching, an embedded REST + MCP engine, and a Crystal-UI dashboard with BYOK for the LLM provider of your choice. Your memories, embeddings, and journal entries never leave the server you control.
Provision the server, SSH in once to run sudo celiums-setup to expose the dashboard via a domain (Let's Encrypt) or directly by IP (self-signed), and your private memory server is live.
Software Included
| Package | Version | License |
|---|---|---|
| Celiums Memory | 1.2.7 | Apache-2.0 |
| PostgreSQL | 17 | PostgreSQL License |
| pgvector | 0.8 | PostgreSQL License |
| Qdrant | 1.12.6 | Apache-2.0 |
| Valkey | 7.2 | BSD-3-Clause |
Getting Started
1) SSH Into Your Server
ssh root@your_server_public_ipv4
The MOTD will guide you to the next step.
2) Run the One-Time Setup Wizard
sudo celiums-setup
Choose how the dashboard is exposed:
| Mode | Description |
|---|---|
| FQDN mode | Point a domain (e.g. memory.example.com) at your server's public IPv4, enter it in the wizard, and Caddy fetches a free Let's Encrypt certificate automatically. |
| IP mode | Uses https://your_server_public_ipv4 directly with a self-signed certificate. Your browser will show a one-time warning the first time you visit. |
When the wizard finishes, it prints your dashboard URL and your engine API key (also saved at /root/.celiums/api-key).
3) Create Your Admin User
Open the URL the wizard printed (or https://your_server_public_ipv4), set a username and password, and copy the API key from the Settings page.
4) Connect Any MCP Client
Paste the configuration snippet into your editor or assistant. Works with Claude Web, Claude Code, Cursor, Antigravity, Windsurf, ChatGPT, and any MCP-compatible host.
Full path table and ready-to-paste JSON for every host: https://github.com/terrizoaguimor/celiums-memory/blob/main/docs/integrations/mcp-clients.md
Reference
| Item | Value |
|---|---|
| Logs | journalctl -u celiums-engine -u celiums-dashboard -u celiums-proxy -f |
| Config | /etc/celiums/env (mode 0600, owner celiums) |
| Repository | https://github.com/terrizoaguimor/celiums-memory |
| Issues | https://github.com/terrizoaguimor/celiums-memory/issues |
Support Details
| Field | Value |
|---|---|
| Supported By | Celiums Solutions LLC |
| Hours | Monday to Friday, 09:00 to 18:00 (UTC-5, Colombia time) |
| Response | Best-effort response within 1 business day via GitHub Issues |
| Support URL | https://celiums.ai |
| Support Email | [email protected] |