We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zilliztech/zilliz-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•247 B
"""
Zilliz MCP Server - Core module
A Model Context Protocol (MCP) server implementation for Zilliz Cloud and Milvus.
"""
from .settings import config, get_config, ZillizConfig
__all__ = [
"config",
"get_config",
"ZillizConfig",
]