Fully decentralized P2P web search engine for LLMs. No API key, no billing, unlimited free search via MCP. Crawls, indexes, and searches the web through a peer-to-peer network. Features offline local search, credit-based incentives, privacy-first design, and 5 MCP tools: search, search_local, fetch_page, crawl_url, network_stats.
Server Config
{
"mcpServers": {
"infomesh": {
"command": "uvx",
"args": [
"infomesh",
"mcp"
],
"env": {}
}
}
}