zilliz-mcp-server

zilliz-mcp-server

3.4

If you are the rightful owner of zilliz-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Zilliz-MCP-Server is a Model Context Protocol server that integrates AI applications with Milvus and Zilliz Cloud for seamless vector database management.

list_projects

List all projects in your Zilliz Cloud account.

list_clusters

List all clusters within your projects.

create_free_cluster

Create a new, free-tier Milvus cluster.

describe_cluster

Get detailed information about a specific cluster.

suspend_cluster

Suspend a running cluster to save costs.

resume_cluster

Resume a suspended cluster.

query_cluster_metrics

Query various performance metrics for a cluster.

list_databases

List all databases within a specific cluster.

list_collections

List all collections within a database.

create_collection

Create a new collection with a specified schema.

describe_collection

Get detailed information about a collection, including its schema.

insert_entities

Insert entities (data records with vectors) into a collection.

delete_entities

Delete entities from a collection based on IDs or a filter expression.

search

Perform a vector similarity search on a collection.

query

Query entities based on a scalar filter expression.

hybrid_search

Perform a hybrid search combining vector similarity and scalar filters.