maestro-mcp

AI4quantum/maestro-mcp

3.2

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

Maestro MCP Server is a Golang-based implementation of the Model Context Protocol, providing vector database operations with support for Milvus and Weaviate.

Tools

Functions exposed to the LLM to take actions

create_vector_database

Create a new vector database instance.

list_databases

List all available vector database instances.

setup_database

Set up a vector database and create collections.

cleanup

Clean up resources and close connections.

write_document

Write a single document to a vector database.

write_documents

Write multiple documents to a vector database.

list_documents

List documents from a vector database.

count_documents

Get the count of documents in a collection.

delete_document

Delete a single document by ID.

delete_documents

Delete multiple documents by IDs.

query

Query documents using natural language.

search

Perform vector similarity search.

list_collections

List all collections in a vector database.

get_collection_info

Get information about a collection.

create_collection

Create a new collection.

delete_collection

Delete a collection.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources