Skip to content

Overview

TinySuite is a set of small open-source tools for local AI agents. The docs are organized by project.

Project Status Start here
TinySearch Live TinySearch overview
TinyContext Live TinyContext overview

TinySearch gives MCP clients a self-hosted web research tool. It searches the web, reranks results, crawls the best pages, extracts relevant chunks, and returns a source-grounded prompt for the client model to answer from.

Start with:

  1. Install TinySearch
  2. Connect MCP tools
  3. Configure TinySearch
  4. Troubleshoot setup

TinyContext gives agents local, token-budgeted memory. It stores concise memories in SQLite, hybrid-ranks recall with BM25 and local embeddings, and returns prompt-ready context with explicit boundaries.

Start with the TinyContext overview.