diff --git a/README.md b/README.md index d1db97d..6844b01 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,13 @@ This repository provides Nix derivations for MCP (Model Context Protocol) server ## Available Packages -| Package | Description | Language | -|----------------------------|----------------------------------------------------------|------------| -| academic-search-mcp-server | Search academic papers via Semantic Scholar and Crossref | Python | -| manim-mcp-server | Execute Manim animation code and return videos | Python | -| pdf-reader-mcp | Production‑ready PDF processing with parallel processing | TypeScript | -| zotero-mcp | Connect Zotero research library with AI assistants | Python | +| Package | Description | Language | +|---------------------------------|-------------------------------------------------------------------|------------| +| academic-search-mcp-server | Search academic papers via Semantic Scholar and Crossref | Python | +| kindly-web-search-mcp-server | Web search + content retrieval via Serper, Tavily, or SearXNG | Python | +| manim-mcp-server | Execute Manim animation code and return videos | Python | +| pdf-reader-mcp | Production‑ready PDF processing with parallel processing | TypeScript | +| zotero-mcp | Connect Zotero research library with AI assistants | Python | ## Usage diff --git a/opencode.json b/opencode.json index 2fec7c1..5702805 100644 --- a/opencode.json +++ b/opencode.json @@ -25,6 +25,11 @@ "type": "local", "command": ["pdf-reader-mcp"], "enabled": true + }, + "kindly-web-search": { + "type": "local", + "command": ["kindly-web-search-mcp-server", "start-mcp-server"], + "enabled": true } } }