memkeeper
MCPReferenceby teflon07
Indexed by Glama. No runnable package is published via Glama's API — open the repository for install instructions.
MCP configuration
Environment
MEMKEEPER_STOREPath to the store (default ~/.memkeeper/store.sqlite).
MEMKEEPER_EMBED_DIMSDimensions for embeddings (e.g., 1536).
MEMKEEPER_MODELS_DIRDirectory for models (default ~/.memkeeper/models/).
MEMKEEPER_EMBED_MODELModel for embeddings (e.g., text-embedding-3-small).
MEMKEEPER_RERANK_MODELRerank model (e.g., cohere/rerank-v3.5).
MEMKEEPER_EMBED_API_KEYsecretAPI key for embeddings API.
MEMKEEPER_EMBED_BASE_URLBase URL for the embeddings API.
MEMKEEPER_EMBED_PROVIDEREmbeddings provider (e.g., 'openai' for OpenAI-compatible API). Required for off-device semantic mode.
MEMKEEPER_RERANK_API_KEYsecretAPI key for rerank API.
MEMKEEPER_RERANK_PROVIDERRerank provider (e.g., 'openrouter').
MEMKEEPER_HTTP_WRITE_TOKENsecretIf set, enables write operations on HTTP server.
MEMKEEPER_REQUIRE_SEMANTICIf set to '1', refuse to serve degraded lexical results when semantic unavailable.
Install in one click with Zurek
Browse here, install from the native macOS app — pick targets, fill env vars, and write configs safely.