Open Mind

MCPReference

by HelloThisWorld

Indexed by Glama. No runnable package is published via Glama's API — open the repository for install instructions.

mcplocal-only

MCP configuration

stdio

Environment

  • OPENMIND_DATA_DIR

    Where the learned index lives (SQLite + Chroma + map files).

  • OPENMIND_MACHINE_DIR

    Machine-local sidecar holding each project's absolute source root (kept *outside* data/ so the index stays portable).

  • OPENMIND_EMBED_DEVICE

    cpu · smart (GPU when the card is free, else CPU) · auto (always GPU if available) · gpu.

  • OPENMIND_EMBED_OFFLINE

    1 forces the deterministic hashing embedder (no model download).

  • OPENMIND_ENRICH_EGRESS

    0 disables the audited Wikipedia enrichment lookup (fully offline).

  • OPENMIND_INGEST_FREE_GPU

    Briefly stop a managed model server during the embed pass to free VRAM for GPU embedding, then restart it.

Install in one click with Zurek

Browse here, install from the native macOS app — pick targets, fill env vars, and write configs safely.