How to use Leapable
Your AI now has a photographic memory.
Leapable connects to Claude Code, Cursor, and other AI agents. Ask your AI in plain English — it creates databases, ingests files, and searches them for you. You never leave your AI chat.
15 minutes to your first query. No code required. Every step below has a copy-paste prompt.
1. Install Leapable (one click)
Download the installer for your OS. Double-click it. That's the whole thing.
What the installer does for you — automatically
You don't need to install Docker, edit config files, run terminal commands, or configure MCP. The installer handles every piece:
-
Detects Docker, installs it if missing. If Docker Desktop isn't on your machine, the installer downloads and sets it up silently.
-
Pulls the Leapable server image. ~7 MB code layer on top of a cached 3.5 GB base that already includes all AI models (no runtime downloads, ever).
-
Starts the MCP server on
localhost:4100. Bundled embedder (nomic-embed-text-v1.5) + reranker (ms-marco-MiniLM) run locally. Your text files never leave your machine. -
Auto-configures 9 AI clients. If Claude Code, Cursor, Cline, Continue, Claude Desktop, Warp, Zed, VS Code, or Windsurf is installed on your machine, the installer registers Leapable as an MCP server in their configs. You don't touch a JSON file.
-
Creates a persistent data volume. Your databases survive image updates. The installer uses a named Docker volume so Leapable upgrades never wipe your data.
-
Auto-updates in the background. New versions pull silently through the Docker socket. You never see a "please update" modal.
After the installer finishes, restart any running AI client (Claude Code, Cursor, etc.) so it picks up the new MCP server. That's the only manual step.
2. Verify your AI can see it
Open your AI and ask:
If your AI replies with status: ok and ~164 tools available, you're done. If it can't find any Leapable tools, jump to Troubleshooting.
3. Create your first database
Think of a database as a folder your AI can read instantly. One database per topic is a good default — "my-research-papers", "company-wiki", "contracts-2026", etc.
1Ask your AI to create a database:
2Your AI will call leapable_db_create behind the scenes. Confirm it worked:
Your AI will run leapable_db_list and show you a table with document counts, sizes, and last-accessed timestamps.
Pro tip: The description is what other creators' databases get matched against when someone searches. Write it like a one-sentence pitch, not a folder note. Good: "Alex Hormozi's sales + offer frameworks from his book and podcast." Bad: "my docs".
4. Add files to it
Leapable supports PDFs, DOCX, Markdown, plain text, images (via OCR), audio transcripts, and more. Just tell your AI where the files are.
From a folder on your disk
Specific files
Watch the progress
Text files (.md, .txt) process instantly on your machine. PDFs and images use cloud OCR (1 credit per 5 pages, rounded up — a 24-page PDF is 5 credits). Everything else — chunking, embedding, search indexing — happens locally for free.
5. Search & ask questions
This is where it gets magical. Your AI can semantic-search (meaning-based), keyword-search (exact-word-based), or hybrid-search (best of both) across everything you've ingested.
Ask a question, get cited answers
Exact-phrase lookup
Compare two documents
Rolled-up summary of the whole corpus
Every answer carries citations. When your AI answers, it quotes the source document + page + exact chunk. Click any citation in the dashboard to open the original document at that page.
6. Navigate & organize
Everything has a web view. Go to your workspace to browse visually — or keep asking your AI.
List what's in a database
Group similar documents
Add tags
Export everything
7. Search across databases
Have five databases? Ask the question to all of them at once. Your AI routes the query to whichever ones are likely relevant.
Under the hood your AI calls leapable_search_cross_db — semantic similarity across everything you've ingested.
Browse creator databases on the marketplace
The marketplace lists databases other creators have published — medicine, legal, finance, specific author catalogs, etc. You can query them too (1 credit per query).
8. Share or sell your knowledge
Any database you've built can be published to the marketplace. Keep it free, set a per-query credit price, or bolt on a monthly paywall. Leapable keeps 30%, creators keep 70%.
Publish as-is
Publish with a paywall
Manage your creator profile + Stripe payouts from Creator Studio.
9. Ready-to-use AI prompts
Copy-paste these into Claude Code / Cursor / Cline. Replace {placeholders} with your own values.
Researcher workflow
Literature review
Contract review
Meeting notes knowledge-base
Code documentation index
Due-diligence dossier
Personal archive / second brain
10. AI client setup details
Leapable speaks the Model Context Protocol (MCP), so anything that supports MCP can talk to it.
Claude Code
claude mcp add leapable --transport http http://localhost:4100/mcp — then restart.
Cursor
Settings → MCP → Add Server → paste the JSON from section 1.
Cline / Continue
Both support MCP. Point at http://localhost:4100/mcp in their MCP config.
Claude Desktop
Settings → Developer → MCP Servers. Stdio transport via docker exec -i leapable node dist/bin.js.
11. Troubleshooting
My AI says it can't see leapable tools
1. Make sure the Leapable Docker container is running: curl http://localhost:4100/health — should return {"status":"ok","tools_count":164}.
2. Restart your AI client after adding the MCP server.
3. Ask your AI: "list the tool namespaces you have available" — you should see a leapable_* namespace.
Ingestion looks stuck
Ask: "leapable retry failed documents in the {name} database, then process pending". That resets stuck items and restarts OCR.
Search returns nothing
Ask: "use leapable_db_stats on {name} to tell me how many chunks and embeddings exist". If chunks=0 the documents haven't been processed yet. If embeddings=0 the GPU/CPU embedder couldn't reach the model.
I need help that's not here
Email support@leapable.ai or check the FAQ.
Ready to query your own knowledge?
Every plan includes monthly credits. Cancel anytime. 50% of unused credits roll over.
See plans