Collaborative, cache-first web search for agents β cited answers from a shared live-web pool.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Search once. Answer everyone. An open-source, cache-first web-search gateway for coding agents: ask a question and get a distilled, source-cited answer instantly from a shared, always-current knowledge pool β so every search makes the pool smarter and cheaper for everyone. Like RAG, but over a communal live-web pool, not your stale private docs.
Status: public preview. The hosted service is live β get a free eval key at aimnis.com and point your agent at it in one minute (per-agent setup). We're proving one thing in public β that the cache hit rate compounds as the pool grows (the flywheel, live dashboard). Follow along.
Every model has a training cutoff. The moment it ships, the world moves on β new library versions, new APIs, new errors β and the model can't keep up without searching the live web on every question. That's slow, expensive, and per-vendor.
Aimnis is the shared, always-current layer in front of that: the first thing an agent checks. Ask a question; if it (or a semantically similar one) has been asked before, you get a distilled, source-cited answer instantly for near-zero cost. If it hasn't, Aimnis fetches it live, distills it, and adds it to the pool β so the next agent to ask gets it free. The corpus captures what happened after every model's cutoff, which no static training set can.
[n] citations back to sources β not raw links. The answer is
AI-generated (a model distills the sources) and labeled as such in the tool
output, so the agent always knows it's reading a machine-written summary./r/β¦ redirect that logs
which pooled answer earned a follow-through, then forwards to the source β this
is how click-through improves ranking. The source's real host is shown inline so
the agent still sees where it's going, and the log records only entry + source +
host + time β never IP, user-agent, or any user/session id. It's telemetry on
the pool, not on you. It's off unless a signing secret is configured, tokens are
HMAC-signed (so /r can't be abused as an open redirector), and self-hosting
points the redirect at your own gateway β so clicks stay on your box.The one metric that decides whether this works: cache hit rate vs. corpus size. If it climbs as the pool grows, the thesis holds. It's public from day one β trust, made measurable.
Aimnis speaks MCP, so any MCP-capable agent can use it as its web-search tool. The hosted endpoint means nothing to install:
Claude Code
Then, to make the model prefer Aimnis over the built-in tool, deny WebSearch in
.claude/settings.json:
OpenCode, OpenClaw, Hermes, Pi, REST β copy-paste snippets at
aimnis.com/setup and in docs/mcp.md,
plus the search / stats tool reference. Bring your own OpenRouter/search keys
at registration and your cache misses run on your quota β with much higher limits.
Self-hosting instead? The same MCP server runs locally over stdio against your own
pool β see Quickstart and docs/mcp.md.
No OpenRouter key? Fine β Aimnis runs keyless (via SearXNG) and returns raw cited
snippets, spending zero upstream quota. Add AIMNIS_OPENROUTER_API_KEY to turn on
distillation. Live search is an ordered fallback chain β Brave β Tavily β Exa β
SearXNG β so setting any of AIMNIS_BRAVE_API_KEY / AIMNIS_TAVILY_API_KEY /
AIMNIS_EXA_API_KEY gives more reliable results, and a free tier that runs dry
rolls onto the next automatically. See server/README.md for
the component map.
The code is open. The corpus is a curated compilation, licensed as such.
| Part | License |
|---|---|
Server core (server/) | AGPLv3 β network copyleft; run a modified service, share your changes |
SDKs & MCP client (clients/) | Apache-2.0 β embed anywhere, including commercial products |
| Public knowledge-pool pages | CC-BY-NC 4.0 applies to our compilation (curation, structure, presentation) |
On the pool's contents, honestly: pooled answers are distilled by third-party models from third-party web results. We don't claim ownership of the underlying facts or of upstream model outputs β CC-BY-NC covers our compilation, and any reuse also remains subject to the terms of the original sources and the model providers. Some provider outputs are excluded from redistribution and from any future training-data feed wherever provider terms require it, and provider-mandated attributions are carried through. A training-data feed is out of scope until the flywheel is proven (see roadmap) β this repo makes no offer to license training data.
Anti-abuse thresholds (scrubbing/dedup/quality tuning) ship with safe example defaults; production values are injected at deploy and are not part of this tree β so publishing the ruleset doesn't hand it to poisoners.
Gated roadmap, Gate 0 β Gate 4. Gate 0 complete (ToS audit, niche, naming, licensing locked). Gate 1 in progress β gateway + semantic cache + public flywheel dashboard are built and dogfooded; the pass/kill test is the hit-rate curve bending upward. Ads, billing, community compute, and the training-data feed are explicitly out of scope until the flywheel is proven.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/search)<a href="https://allmcps.com/mcp/search"><img src="https://allmcps.com/api/badge/search?style=directory" alt="Search on AllMCPs" /></a>