{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/11"}],"enrichment":{"capability":"Memsearch builds a searchable semantic memory index from markdown files, enabling AI coding agents to recall and reuse conversation context across sessions and platforms through vector search and hybrid retrieval.","skillfed_tags":["agent-memory","semantic-search","markdown-indexing"],"use_cases":["Persistent context across multiple agent conversations: capture decisions and code patterns once, recall them automatically in future sessions.","Team memory for multi-agent workflows: shared markdown knowledge base indexed and searchable by all agents in an OpenClaw or self-hosted setup.","Distilling repeated workflows into reusable agent skills: extract procedural patterns from conversation history and package them as installable skills.","Local-first semantic search without API costs: use the default ONNX embedding provider to index and search markdown without sending data to external services.","Version-controlled knowledge management: store all memories as plain markdown, enabling git-based collaboration and audit trails."],"what_it_does":"Memsearch is a semantic memory layer for AI coding agents that indexes markdown files as a searchable knowledge base. It sits between agent platforms (Claude Code, OpenClaw, Codex CLI, OpenCode) and a vector database (Milvus Lite by default, or Zilliz Cloud), capturing conversation turns automatically and making them retrievable through natural language queries. Memories are stored as human-readable markdown files in `.memsearch/memory/`, with Milvus serving as a derived, rebuildable search index.\n\nThe package provides both plugin integrations (zero-config for end users) and a full Python API and CLI for developers building custom agents. It uses hybrid search combining dense vector embeddings (via ONNX, OpenAI, or Ollama), BM25 sparse retrieval, and reciprocal rank fusion reranking. A file watcher auto-indexes new or changed files in real time, and optional background tasks keep project and user notes current across sessions.","worth_installing":"Yes, if you use one of the supported agent platforms (Claude Code, OpenClaw, Codex CLI, OpenCode) and want persistent, searchable conversation memory with zero configuration. The plugin model is genuinely zero-setup for end users. If you're building a custom agent, the Python API and CLI are available but would benefit from clearer stability guarantees. No known security vulnerabilities and active maintenance make it safe to adopt."},"id":"memsearch","links":{"html":"https://skillfed.io/packages/memsearch","md":"https://skillfed.io/packages/memsearch.md","pypi":"https://pypi.org/project/memsearch/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-31","license_spdx":"MIT","license_treatment":"permissive","name":"memsearch","python_support":"supports_current","summary":"Semantic memory search for markdown knowledge bases"},"popularity":{"monthly_downloads":83002,"position":14107,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.17"}
