v0.4.0 — Now with Kimi K2.5 & Cloud Sync

More Memory.
Less Cost.

A semantic persistent context OS for AI agents. Never lose context across sessions, projects, or devices. Structured memory that your LLM can actually use.

terminal
$ loom status

# Your agent's persistent context
task     : Implement OAuth2 authentication flow
working  : src/auth/oauth.ts, src/middleware/auth.ts
decisions: Use JWT + refresh tokens (↣decision-042)
risks    : Token expiry edge case in distributed env

$ loom task create "Add rate limiting middleware"
# Context automatically tagged and persisted

Built for AI-First Workflows

LOOM structures your project's context so AI agents can understand, navigate, and build upon it—seamlessly across sessions.

🧠

Semantic Memory

Context isn't just saved—it's structured. Tasks, decisions, risks, and artifacts are organized into a semantic graph your agent can query and reason about.

☁️

Cloud Sync

Self-hostable sync server with end-to-end encryption. Keep your context synchronized across all your devices and team members.

🔌

MCP Native

Full Model Context Protocol integration. Powered by Kimi K2.5. Works with Kimi Code, Claude Desktop, Cursor, Cline, and any MCP-compatible client.

🔄

Cross-Project Memory

Insights and decisions from one project inform another. Stop repeating the same architectural debates across repositories.

🔐

Ed25519 Identity

Cryptographic device identity ensures your context is tied to verifiable keys, not just opaque tokens.

Zero-Config Setup

One-line install, automatic workspace initialization, and intelligent file watching. Get productive in under 30 seconds.

One-Line Install. Infinite Context.

Get started with LOOM in seconds. Choose your platform below.

curl -fsSL https://raw.githubusercontent.com/Spongeacer/Loom-MCP-Server/main/install.sh | bash
irm https://raw.githubusercontent.com/Spongeacer/Loom-MCP-Server/main/install.ps1 | iex
npm install -g @spongeacer/loom-mcp @spongeacer/loom-cli

loom status              # View your context
loom task create "..."   # Start tracking a task
# Self-host the sync server
git clone https://github.com/Spongeacer/Loom-MCP-Server.git
cd Loom-MCP-Server/packages/loom-cloud
docker-compose up -d

# Server runs on port 8765
git clone https://github.com/Spongeacer/Loom-MCP-Server.git
cd Loom-MCP-Server
npm install
npm run build

./loom init "My Project"
./loom status

Open Source. Forever.

LOOM is MIT licensed and built in the open. Join the community, contribute, or fork it for your own use case.

Star on GitHub
5
Packages
92+
Tests Passing
MIT
License