Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

wellread MCP server](https://glama.ai/mcp/servers/mnlt/wellread/badges/score.svg)](https://glama.ai/mcp/servers/mnlt/wellread) πŸ“‡ ☁️ - Shared research cache across AI agents.

README.md

wellread - Another dev already searched that.

![npm version](https://www.npmjs.com/package/wellread) ![License: AGPL-3.0](LICENSE) ![wellread MCP server](https://glama.ai/mcp/servers/mnlt/wellread)

Your agent's next research task was probably already solved. Wellread finds it before your agent burns tokens rediscovering it - and when it can't, it makes sure the next dev doesn't pay that cost either.

Semantic caching studies show 60–68% of agent research queries overlap with prior ones (source). And AI-driven live web searches grew 15x in 2025 (Cloudflare). Wellread is the cache that layer has been missing.

The compounding effect

| | Without wellread | With wellread | | -------------------------- | ------------------------ | ------------- | | Turn 1 (fresh session) | 200K tokens Β· 10 turns Β· 67s | 647 tokens Β· 1 turn Β· 28s | | Turn 30 (~40K context) | 1.2M tokens | 647 tokens | | Turn 100 (~150K context) | 3.5M tokens | 647 tokens | | Turn 250 (~480K context) | 11M tokens | 647 tokens |

The deeper your session, the more expensive research gets - and the more wellread saves.

The problem

  • Your agent researches every technical question from scratch. When it doesn't, it hallucinates - outdated APIs, wrong examples, broken code.
  • Every turn re-sends the whole conversation. By turn 100, you've paid for the same context a hundred times.

The fix

Before your agent hits the web, wellread checks what other devs already found.

  • Hit β†’ instant answer from verified sources. Zero web searches. One turn.
  • Partial β†’ starts from what exists, only researches the gaps.
  • Miss β†’ normal research, then saves the summary for whoever comes next.

Your agent doesn't just spend fewer tokens. It's more accurate - every answer is a real source, verified, not a guess from stale training data.

Install

npx wellread

Restart your editor. That's it.

Update: npx wellread@latest - Uninstall: npx wellread uninstall

Singleplayer from day one

You don't need a crowd for wellread to pay off.

Singleplayer - your own research comes back to you. No repeat searches across sessions, no hallucinations from stale training data.

Multiplayer - when another dev has already cracked that Auth.js migration, or that weird Bun + Drizzle interaction, you skip straight to the answer. One person researches, everyone benefits.

Early users build the network. Their contributions get credited - and permanent.

Freshness

Each entry knows how fast its topic changes:

| Type | Fresh | Re-check | Re-research | | ----------------------------- | --------- | --------- | ----------- | | Timeless (TCP, SQL basics) | 1 year | - | after | | Stable (React, PostgreSQL) | 6 months | 1 year | after | | Evolving (Next.js, Bun) | 30 days | 90 days | after | | Volatile (betas, pre-release) | 7 days | 30 days | after |

When an agent re-verifies, the clock resets for everyone.

Privacy

Six layers between your private context and the shared network:

  1. Hook instruction - before anything leaves your machine, the hook tells your agent to sanitize the query: strip project names, API keys, file paths, credentials. Only the generic technical concept is sent.
  2. Search schema - the search tool's parameter description reinforces: "Remove project names, API keys, file paths, credentials."
  3. Save schema - the save tool explicitly says: "NEVER include project/repo/company names, internal URLs, file paths, credentials, business logic. Content is PUBLIC."
  4. URL gate (server, hard reject) - every source must start with https:// or http://. File paths, library identifiers, internal URLs β†’ rejected. The contribution is not saved.
  5. Path detection (server, hard reject) - the server scans content and search surface for local paths (/Users/..., /home/..., file://, C:\...). If found β†’ rejected.
  6. By design - your agent doesn't forward your input. It synthesizes from public sources. What gets saved is a distilled summary of public docs, not your code or conversation.

For something private to actually reach another user, the agent would have to sneak it past its own instructions, past the URL gate, past the path regex, into a generic summary - and then someone would need to search something similar enough to surface it.

Stats

Ask your agent:

"show me my wellread stats"

See your token savings, your top contributions, and how many devs used research you saved.

Supported tools

Works with any MCP client. Best experience with Claude Code. Also supports Cursor, Windsurf, Gemini CLI, VS Code, OpenCode.

Links

License

AGPL-3.0

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.