memkeeper

MCPReference

by teflon07

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

mcplocal-only

MCP configuration

stdio

Environment

  • MEMKEEPER_STORE

    Path to the store (default ~/.memkeeper/store.sqlite).

  • MEMKEEPER_EMBED_DIMS

    Dimensions for embeddings (e.g., 1536).

  • MEMKEEPER_MODELS_DIR

    Directory for models (default ~/.memkeeper/models/).

  • MEMKEEPER_EMBED_MODEL

    Model for embeddings (e.g., text-embedding-3-small).

  • MEMKEEPER_RERANK_MODEL

    Rerank model (e.g., cohere/rerank-v3.5).

  • MEMKEEPER_EMBED_API_KEYsecret

    API key for embeddings API.

  • MEMKEEPER_EMBED_BASE_URL

    Base URL for the embeddings API.

  • MEMKEEPER_EMBED_PROVIDER

    Embeddings provider (e.g., 'openai' for OpenAI-compatible API). Required for off-device semantic mode.

  • MEMKEEPER_RERANK_API_KEYsecret

    API key for rerank API.

  • MEMKEEPER_RERANK_PROVIDER

    Rerank provider (e.g., 'openrouter').

  • MEMKEEPER_HTTP_WRITE_TOKENsecret

    If set, enables write operations on HTTP server.

  • MEMKEEPER_REQUIRE_SEMANTIC

    If 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.