TinySearch
LiveSelf-hosted web research for MCP agents. Search, crawl, chunk, rerank, and return compact source-grounded evidence.
- Source-attributed snippets
- Reranked against the question
- No API key required
Projects
TinySuite is the umbrella for open-source, token-light tools that help local agents retrieve less and use the context they get better.
01 — Available today
Both ship as MCP servers, both run locally, and both treat the context window as a budget.
Self-hosted web research for MCP agents. Search, crawl, chunk, rerank, and return compact source-grounded evidence.
Token-light local memory. Store concise facts in SQLite, hybrid-rank recall, and return only what fits the budget.
02 — How they fit
TinySearch handles the outside world: it turns a question into ranked, source-attributed snippets. TinyContext handles the inside: it keeps the durable facts worth carrying between sessions. Run either alone, or both together.
Inbound
Ranked snippets with URLs attached, sized to the prompt rather than the page.
Persistent
Concise stored facts, retrieved by relevance and trimmed to a token ceiling.
Shared
Both register as standard MCP servers, so any compatible agent can call them.
Shared
MIT licensed, self-hosted, and usable without signing up for anything.
Get started
Pick your coding agent on the homepage and copy one line.