openzim-mcp
Verified Safeby cameronrye
Overview
Enables Large Language Models (LLMs) to intelligently access, search, and navigate content within offline ZIM knowledge archives, providing structured information for research, chatbots, and content analysis systems.
Installation
No command providedSecurity Notes
The server is designed for structured access to local ZIM files and explicitly implements input validation and path traversal protection. It uses CodeQL and SonarCloud for security analysis. However, like any local file server, exposing it directly to untrusted public networks without robust authentication and authorization measures would be a significant security risk, as it grants programmatic access to local file content.
Similar Servers
kindly-web-search-mcp-server
Provides web search with robust, LLM-optimized content retrieval from various sources (StackExchange, GitHub, Wikipedia, arXiv, and general webpages) for AI coding assistants.
aleph
Aleph is an MCP server that provides LLMs programmatic access to gigabytes of local data without consuming context, implementing the Recursive Language Model (RLM) architecture.
roam-research-mcp
Manages a Roam Research knowledge graph via CLI and exposes its functionalities as tools for AI agents (like Claude) to read, write, and organize notes.
Matryoshka
Processes large documents beyond LLM context windows using a Recursive Language Model (RLM) that executes symbolic commands for iterative document analysis.