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
example.env•633 B
# Zilliz MCP Server Configuration
# Copy this file to .env and fill in your actual values
# ===========================================
# Zilliz Cloud Configuration
# ===========================================
ZILLIZ_CLOUD_TOKEN=
ZILLIZ_CLOUD_URI=https://api.cloud.zilliz.com
ZILLIZ_CLOUD_FREE_CLUSTER_REGION=gcp-us-west1
# ===========================================
# MCP Server Configuration
# ===========================================
# Port for MCP server when using HTTP/SSE transports (default: 8000)
MCP_SERVER_PORT=8000
# Host for MCP server when using HTTP/SSE transports (default: localhost)
MCP_SERVER_HOST=localhost