Core Concepts
Learn about kilns, precognition, and the knowledge graph.

Memory and knowledge are too fundamental to be an afterthought. Most AI tools treat conversations as disposable — Crucible makes them the foundation.
| Crucible | ChatGPT | Obsidian + AI | OpenClaw | |
|---|---|---|---|---|
| Local-first | ✅ | ❌ | ✅ | ✅ |
| Sessions as markdown | ✅ | ❌ | ❌ | ❌ |
| Knowledge graph | ✅ | ❌ | ✅ | ❌ |
| Bring your own LLM | ✅ | ❌ | Partial | ✅ |
| Plugin system | ✅ Lua/Fennel | ❌ | ✅ JS | ✅ TS |
| MCP server | ✅ | ❌ | ❌ | ❌ |
| Semantic search | ✅ Block-level | ❌ | Plugin | ❌ |
| Setup time | ~2 min | 0 | ~5 min | 2-7 hrs |
# Installcargo install --git https://github.com/Mootikins/crucible.git crucible-cli
# Start chattingcru chat
# Or expose your knowledge base via MCPcru mcpCore Concepts
Learn about kilns, precognition, and the knowledge graph.
CLI Reference
Start a chat session, search your notes, or process your kiln.
Extend with Plugins
Write plugins in Lua or Fennel, add custom tools, or connect via MCP.
Configuration
Set up LLM providers, configure embeddings, and tune storage.