lunr-mcp
Verified Safeby ojacques
Overview
Searches and retrieves documentation from static sites using Lunr.js search indexes, enabling LLMs to interact with documentation.
Installation
uvx lunr-mcp@latestEnvironment Variables
- LUNR_SITES
Security Notes
The server fetches content from URLs configured via `LUNR_SITES`. Ensure these URLs are trusted to prevent fetching from malicious sources. No 'eval' or obvious hardcoded secrets found. The `httpx` client includes a timeout.
Similar Servers
mcp
This MCP server provides a standardized API for accessing MDN Web Docs search results, detailed documentation, and browser compatibility data.
mcp-server-nodejs-api-docs
Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.
lyra-tool-discovery
This MCP server is designed to fetch, parse, and organize documentation from websites implementing the llms.txt standard. It transforms raw documentation into structured, agent-ready formats, exposing tools for AI agents, LLMs, and automation workflows to consume documentation programmatically.
documan
A documentation tool that provides a built-in MCP server, allowing AI assistants to semantically search and understand documentation in real-time.