Memdoor — Local memory for your AI. No API key, fewer tokens.
Give your AI a memory that never leaves your laptop. A local CLI: pipe in your repos, docs, and notes; AI agents compile them into a cited wiki your AI reads via MCP. It runs fully local — no API key, nothing leaves your machine — so a developer can adopt it today without a procurement ticket. And it slashes token spend: compile once at build time, pay pennies a query. When a source is missing, the agent fetches it, adds it as a wiki page, and re-answers — same turn.
RAG searches at query time. Memdoor compiles at build time.
Install (macOS arm64, Linux amd64)
curl -fsSL https://memdoor.ai/install.sh | bash
Read the script first: /install.sh (41 lines, plain shell, installs to /usr/local/bin/memdoor).
Top-level commands
memdoor ask "<question>"— cited Q&A against your wiki (defaults to thewiki-maintaineragent).memdoor wiki append --dir|--url|--title— ingest directories, URLs, or stdin.memdoor mcp serve --workspace <slug>— expose your wiki to Claude / Cursor / ChatGPT via MCP.memdoor gateway— local web UI onhttp://localhost:18789.memdoor --help— full command list.
Pairs with
Claude CLI · Cursor · ChatGPT — via the MCP server above. Runs locally on your machine, no API key required, no telemetry.
Links for agents
- /llms.txt — plain-text summary of this product (agent-readable).
- /install.sh — installer source.
- /docs/how-it-works — architecture overview.
- /wiki/memdoor/ — Memdoor's own dogfooded wiki, ask anything.