Skip to main content
Glama
__init__.py500 B
""" OpenZIM MCP - ZIM MCP Server A modern, secure MCP server for accessing ZIM format knowledge bases offline. """ __version__ = "0.6.3" __author__ = "Cameron Rye" from .config import OpenZimMcpConfig from .exceptions import ( OpenZimMcpError, OpenZimMcpSecurityError, OpenZimMcpValidationError, ) from .server import OpenZimMcpServer __all__ = [ "OpenZimMcpServer", "OpenZimMcpConfig", "OpenZimMcpError", "OpenZimMcpSecurityError", "OpenZimMcpValidationError", ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cameronrye/openzim-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server