Skip to main content

Projects

Tiny tools for smaller agent context.

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

Two tools, one discipline.

Both ship as MCP servers, both run locally, and both treat the context window as a budget.

TinyContext

Live

Token-light local memory. Store concise facts in SQLite, hybrid-rank recall, and return only what fits the budget.

  • Hybrid keyword + vector recall
  • Hard token budget per call
  • Everything stays on your machine

02 — How they fit

One finds evidence. One remembers it.

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.

Persistent

Local memory

Concise stored facts, retrieved by relevance and trimmed to a token ceiling.

Shared

MCP native

Both register as standard MCP servers, so any compatible agent can call them.

Shared

No account wall

MIT licensed, self-hosted, and usable without signing up for anything.

Get started

Install both in a single command.

Pick your coding agent on the homepage and copy one line.