Collaborative, cache-first web search for agents — cited answers from a shared live-web pool.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-aimnis-search": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Collaborative, cache-first web search for agents — cited answers from a shared live-web pool.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search
Web and local search using Brave Search API
An autonomous agent that conducts deep research on any data using any LLM providers
MCP server for local codebase indexing, semantic search, and code dependency graphs.
The official MCP server implementation for the Perplexity API Platform
MCP Security Weekly
Get CVE alerts and security updates for io.github.aimnis/search and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
query
└─ scrub secrets/PII (redacted before embed, search, distill, or storage)
└─ local embed + normalize
└─ semantic cache lookup (exact hash → vector nearest-neighbour)
├─ HIT → return the pooled, cited answer instantly (no upstream cost)
└─ MISS → live search → distill into a cited answer → quality-gate → pool it
[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.