agent-library

arcadeai-labs/agent-library
★ 29 stars Python AI/LLM Updated today
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)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-library": {
      "command": "uvx",
      "args": [
        "agent-library"
      ]
    }
  }
}

Or install with pip: pip install agent-library

README Excerpt

A personal knowledge library for AI agents, built on [Arcade](https://arcade.dev) for the Model Context Protocol (MCP). > **Status.** Agent Library is a community project built by Arcade.dev engineers. **It is not an official Arcade.dev product** and is not covered by Arcade.dev support or SLAs. See [Support](#support) below for what to expect.

Tools (20)

CHUNK_OVERLAPCHUNK_SIZEDATABASE_PATHDOCUMENTS_PATHEMBEDDING_MODELEMBEDDING_PROVIDERHYBRID_ALPHALibrarian_AddToLibraryLibrarian_GetLibraryOverviewLibrarian_IndexDirectoryToLibraryLibrarian_ListLibraryContentsLibrarian_ReadFromLibraryLibrarian_RemoveFromLibraryLibrarian_SearchLibraryLibrarian_SuggestLibraryLocationLibrarian_UpdateLibraryDocMMR_LAMBDAOPENAI_API_BASEOPENAI_EMBEDDING_MODELSEARCH_LIMIT

Topics

agentagent-memoryagentic-aiagentsarcadearcadeaichatgptclaudeclaude-codecontextknowledge-basellmllm-agentmcpmcp-server