Cipher banner
campfirein campfirein

Cipher

Development community intermediate

Description

<em>Memory-powered AI agent framework with MCP integration</em>

Installation

Terminal
claude install-skill https://github.com/campfirein/cipher

README

Byterover Cipher

Memory-powered AI agent framework with MCP integration

Overview

Byterover Cipher is an opensource memory layer specifically designed for coding agents. Compatible with **Cursor, Codex, Claude Code, Windsurf, Cline, Claude Desktop, Gemini CLI, AWS's Kiro, VS Code, Roo Code, Trae, Amp Code and Warp** through MCP, and coding agents, such as **Kimi K2**. (see more on [examples](./examples))

Built by [Byterover team](https://byterover.dev/)

**Key Features:**

    undefined

Quick Start 🚀

NPM Package (Recommended for Most Users)

# Install globally
npm install -g @byterover/cipher

# Or install locally in your project
npm install @byterover/cipher

Docker

Show Docker Setup

# Clone and setup
git clone https://github.com/campfirein/cipher.git
cd cipher

# Configure environment
cp .env.example .env
# Edit .env with your API keys

# Start with Docker
docker-compose up --build -d

# Test
curl http://localhost:3000/health

**💡 Note:** Docker builds automatically skip the UI build step to avoid ARM64 compatibility issues with lightningcss. The UI is not included in the Docker image by default.

To include the UI in the Docker build, use: `docker build --build-arg BUILD_UI=true .`

From Source

pnpm i && pnpm run build && npm link

CLI Usage 💻

Show CLI commands


...