# Milvus Search

Index your documents in Milvus for fast semantic search. Retrieve the most relevant passages for RAG, Q&A, and summarization. List collections and inspect their details to manage your knowledge base.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add N3N-Seoul/n3n-milvus-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list N3N-Seoul/n3n-milvus-mcp-server
```

---

Source: https://github.com/N3N-Seoul/n3n-milvus-mcp-server
