-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to Fold — a holographic memory system for development teams and AI agents.
Fold captures your codebase, team decisions, and project history in a searchable knowledge base where any fragment can reconstruct full context. Ask natural language questions and get relevant code, decisions, and context back instantly.
Perfect for:
- Teams that need institutional memory
- AI agents (Claude, Cursor, Windsurf) that need project context
- Onboarding and knowledge transfer
- Finding patterns and previous solutions
First time here? Start with Overview & Concepts (15 min read)
Want to get it running? Getting Started (Docker or local)
Looking for something specific?
| I want to... | Read this |
|---|---|
| Understand what Fold does | Overview & Concepts |
| Install and run Fold | Getting Started |
| Set up auth, LLM, git integration | Configuration |
| Manage users and API keys | Users and API Keys |
| Learn how it works technically | Core Concepts |
| Use the REST API | API Reference |
| Connect Claude Code to Fold | MCP Tools Reference |
| Deploy to production | Deployment & Operations |
| Advanced customization | Advanced Topics |
| Fix a problem | Troubleshooting & FAQ |
Fold makes any piece of your project knowledge capable of reconstructing the whole picture — like a hologram.
Example workflow:
- Search: "How do we handle authentication?"
- Fold returns: auth code + team decisions + sessions where it was built + related security specs
- Result: Complete understanding in seconds, not hours
Developers: "Show me how we've solved this before" → Get code patterns, decisions, and context
DevOps: Set up git integration, configure LLM providers, deploy to production
Teams: Store architectural decisions so they don't disappear when people leave
AI Agents: Claude Code queries Fold to understand your codebase, patterns, and conventions before writing code
🔧 I want to try it locally → Getting Started (Docker setup, 5 minutes)
🤖 I want to use it with Claude Code → Getting Started then MCP Tools Reference
🏗️ I'm setting up Fold for my team → Overview & Concepts, Getting Started, Configuration, Deployment & Operations
🚀 I'm deploying to production → Deployment & Operations (full production guide)
🔍 Something broke → Troubleshooting & FAQ
- Overview & Concepts — What Fold is, why it matters, how it works (with AI focus)
- Getting Started — Installation and first steps
- Configuration — Auth providers, LLM setup, git integration
- Users and API Keys — User management, authentication, API tokens, chunking during indexing
- Core Concepts — How memories, embeddings, and the knowledge graph work
- API Reference — Complete REST API documentation
- MCP Tools Reference — Claude Code and AI agent integration
- Deployment & Operations — Production setup, scaling, monitoring
- Advanced Topics — A-MEM tuning, decay configuration, LLM provider setup, performance optimisation
- Troubleshooting & FAQ — Common issues and solutions
- Installation not working? See Troubleshooting & FAQ
- How does semantic search work? See Core Concepts
- Need to set up authentication? See Configuration and Users and API Keys
- Want to use Fold's API? See API Reference and Users and API Keys
- How does chunking work during indexing? See Users and API Keys
Questions or feedback? Open an issue at github.com/Generation-One/fold