rementum

Rementum — DevOps skill for Claude Code

DevOps community

Self-hosted shared memory infrastructure for AI agents with versioned knowledge and conflict-safe writes.

How to install Rementum

This entry records only its repository, not the path inside it, so there is no exact command to give. Open rementum/rementum and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Rementum does

Self-hosted shared memory infrastructure for AI agents with versioned knowledge and conflict-safe writes.

Alternatives in DevOps

  • Claude Code Router — Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the m 30.1k ★
  • Supabase — Infrastructure Supabase database/auth integration 14k ★
  • Skypilot — Run, manage, and scale AI workloads on any AI infrastructure 9.7k ★

README

![Rementum](docs/assets/rementum-banner.png)

Rementum

**One versioned, auditable brain behind every AI agent.**

Self-hosted shared memory for Claude, Codex, Cursor, and any remote MCP client.

[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-2b7a5c.svg)](LICENSE) [![TypeScript](https://img.shields.io/badge/TypeScript-ESM-3178c6.svg)](https://www.typescriptlang.org/) [![PostgreSQL + pgvector](https://img.shields.io/badge/PostgreSQL-pgvector-336791.svg)](https://github.com/pgvector/pgvector) [![MCP-native](https://img.shields.io/badge/MCP-native-8a6b2f.svg)](https://modelcontextprotocol.io/)

**English** · [Türkçe](README.tr.md) · [中文](README.zh.md)

[Documentation](https://rementum.dev/docs/) · [Install](https://rementum.dev/docs/installation/) · [Security](https://rementum.dev/docs/security/) · [Contributing](CONTRIBUTING.md)


Rementum gives your agents a memory they can trust. Knowledge lives in linked, encrypted Markdown articles. **Every canonical change is staged, versioned, attributed, and conflict-checked** before it replaces the previous version, so two agents never overwrite each other's work.

![How Rementum works, in 45 seconds](docs/assets/rementum-promo.gif)

*Illustrated overview: agents read a compact index, stage writes, and share one versioned brain. See it live, drawn in your browser, on [rementum.dev](https://rementum.dev/#how-it-works).*

Why Rementum

  • 🧠 Agent-first: agents read a compact routing index, then open only the article it points to.
  • 📝 Staged writes: each proposal is checked against live canon before it lands; conflicts wait for review instead of overwriting.
  • 🔒 Envelope encryption: article bodies use per-brain keys and position-bound AAD; titles and metadata stay searchable.
  • 🔎 Hybrid search: Rementum fuses routing metadata, PostgreSQL full-text, and local multilingual embeddings.
  • 🤝 Coordinated agents: leased tas