Back to MCP Servers
Openzim
Modern, secure MCP server for accessing ZIM format knowledge bases offline. Enables AI models to search and navigate Wikipedia, educational content, and other compressed knowledge archives with smart retrieval, caching, and comprehensive API.
knowledge-memoryapiai
By cameronrye
Installation
npx -y openzim-mcpConfiguration
{
"mcpServers": {
"openzim-mcp": {
"command": "npx",
"args": ["-y", "openzim-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes