TinySearch v0.2.0: Lightweight Web Search for Local LLMs Now Backed by SearXNG

TinySearch v0.2.0 is a lightweight open-source MCP/FastAPI web-search tool for small local LLMs. It searches the web, crawls a few pages, chunks/retrieves/reranks useful parts, and outputs a compact context blob capped at 8k tokens — no more dumping 30k tokens of scraped nonsense into agent prompts.
Key Changes in v0.2.0
- SearXNG is now the default search backend (replaces DuckDuckGo)
- You can point TinySearch at your own SearXNG instance
- More flexible and less dependent on a single provider
- Output still capped at 8k tokens, optimized for LLM agents
DuckDuckGo started throwing limits and CAPTCHAs more often in recent weeks. For an MCP tool that agents depend on, that wasn't acceptable. SearXNG adds a bit of overhead — calls now take about 10-15 seconds — but the author says it's worth the convenience.
Who It's For
Developers using smaller local models with Cline, Roo, OpenCode, MCP agents, or any setup where context budgets are tight. The author uses TinySearch daily with Qwen3.5-9B for questions about library versions, function calls, and Azure/GCP API specifics.
Repository: github.com/MarcellM01/TinySearch
📖 Read the full source: r/LocalLLaMA
👀 See Also

LamBench: A Lambda Calculus Benchmark Suite for AI Coding Agents
LamBench is a benchmark suite evaluating AI agents on lambda calculus tasks, measuring intelligence, speed, and elegance. The v1 release includes problems and a matrix of scores.

AgentMind: A Claude Code Plugin That Learns and Applies Your Coding Preferences
AgentMind is a Claude Code plugin that observes your coding patterns, learns preferences like tool choices and style rules, and automatically injects that context into future sessions. It uses a six-step core loop and confidence scoring to determine when to apply learned preferences.

AutoProber: AI-driven flying probe automation for hardware hacking
AutoProber is a hardware hacker's flying probe automation stack that enables AI agents to discover targets, map microscope images, perform safety-monitored CNC motion, review probes, and conduct controlled pin probing. It includes Python control code, a web dashboard, CAD files, and operates with GRBL CNC controllers, USB microscopes, and oscilloscope safety monitoring.

Claude Skills to Emulate a Design Studio Environment
A designer shares two Claude skills: one simulates a studio with teammates and design methods, the other adds 'rigorous play' for creativity.