agent-library
Agent Library personal knowledge base with a search and retrieval system MCP Server and CLI. Preconfigured local models and support for Text, images, OCR/vision, and code embeddings. Use over MCP with (Claude, Cursor, Codex, ChatGPT, etc)
Agent Library provides AI agents with persistent storage for text, documents, and knowledge using SQLite with vector search (sqlite-vec) and full-text search (FTS5). It supports hybrid search combining semantic and keyword matching, configurable embedding models, and offers both CLI and MCP server interfaces for integration.
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- RRobin WilsonMay 23, 2026
Good for building AI assistants that have access to curated personal knowledge.
- CCameron KimApr 27, 2026
Search quality is better than simple keyword matching over stored documents.
- RRiley LewisApr 9, 2026
Retrieval-augmented agent workflows that stay personal and local.
- Finley RiveraMar 4, 2026
Personal knowledge base with MCP-native search and retrieval is a clean design.