memex

Zenetusken/memex
★ 0 stars Python 🧠 Memory/Knowledge Updated 5d ago
Local-first agentic document understanding — Markdown vault as source of truth, vLLM orchestrator, MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "memex": {
      "command": "uvx",
      "args": [
        "memex"
      ]
    }
  }
}

Or install with pip: pip install memex

README Excerpt

> Turn the papers, PDFs, and notes on your hard drive into a knowledge base you can actually talk to — without sending a single byte to the cloud. Memex reads your documents, builds you a Markdown library of what's inside them, and lets you ask questions that get grounded answers with citations. Everything runs on your laptop. 🏠

Tools (20)

CUDA_VISIBLE_DEVICESMEMEX_INDEX_EMBED_BATCHMEMEX_INDEX__CHUNK_OVERLAP_TOKENSMEMEX_INDEX__CHUNK_TARGET_TOKENSMEMEX_INFERENCE__BASE_URLMEMEX_MCP__AUTH_TOKENMEMEX_MODELS__RERANKER_BACKENDMEMEX_OBSERVABILITY__LANGFUSE_ENABLEDMEMEX_OBSERVABILITY__LANGFUSE_PUBLIC_KEYMEMEX_OBSERVABILITY__LANGFUSE_SECRET_KEYMEMEX_PARSE_DOCLING_OCRMEMEX_PARSE__PYMUPDF_ENABLEDMEMEX_PARSE__PYMUPDF_MIN_CONFIDENCEMEMEX_RERANK_BATCH_SIZEMEMEX_RERANK_TOP_KMEMEX_VAULT_PATHMEMEX_VLLM_EAGERMEMEX_VLLM_GPU_FRACTIONMEMEX_VLLM_HOSTMEMEX_VLLM_KV_CACHE_DTYPE