A semantic persistent context OS for AI agents. Never lose context across sessions, projects, or devices. Structured memory that your LLM can actually use.
$ 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
LOOM structures your project's context so AI agents can understand, navigate, and build upon it—seamlessly across sessions.
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.
Self-hostable sync server with end-to-end encryption. Keep your context synchronized across all your devices and team members.
Full Model Context Protocol integration. Powered by Kimi K2.5. Works with Kimi Code, Claude Desktop, Cursor, Cline, and any MCP-compatible client.
Insights and decisions from one project inform another. Stop repeating the same architectural debates across repositories.
Cryptographic device identity ensures your context is tied to verifiable keys, not just opaque tokens.
One-line install, automatic workspace initialization, and intelligent file watching. Get productive in under 30 seconds.
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
LOOM is MIT licensed and built in the open. Join the community, contribute, or fork it for your own use case.
Star on GitHub