diff --git a/README.md b/README.md index 115fab2..abd32c5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ This repository provides Nix derivations for MCP (Model Context Protocol) server | n8n-mcp | AI access to n8n node docs and workflow management | TypeScript | | pdf-reader-mcp | Production‑ready PDF processing with parallel processing | TypeScript | | rust-research-mcp | Accumulate and organize academic knowledge | Rust | +| simple-web-search-mcp | Zero-config web search and page reading for LLMs | TypeScript | | zotero-mcp | Connect Zotero research library with AI assistants | Python | ## Usage diff --git a/opencode.json b/opencode.json index b557ddb..542ac0b 100644 --- a/opencode.json +++ b/opencode.json @@ -34,6 +34,11 @@ "SEARXNG_BASE_URL": "https://search.bueso.eu" } }, + "simple-web-search": { + "type": "local", + "command": ["simple-web-search-mcp"], + "enabled": true + }, "rust-research": { "type": "local", "command": ["rust-research-mcp"],