Submit

Milvus

@danchev

A Model Context Protocol (MCP) server for agentic retrieval and semantic search over unstructured and structured data using Milvus, a high-performance vector database. This server enables large language model (LLM) applications to efficiently index, store, and retrieve vector embeddings derived from diverse data sources—such as documents, images, metadata, or logs. By leveraging Milvus, the MCP server supports similarity search and contextual retrieval, enabling intelligent access to relevant information based on natural language queries. Designed for integration with MCP-compatible clients, this solution provides a scalable, low-latency foundation for building AI-powered applications with contextual awareness and retrieval-augmented generation (RAG) capabilities.

Tools

Server Config

{
  "mcpServers": {
    "milvus": {
      "command": "uvx",
      "args": [
        "mcp-server-milvus@latest"
      ],
      "env": {
        "MILVUS_URI": "http://localhost:19530",
        "MILVUS_TOKEN": "",
        "MILVUS_DB": "default"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.