|
3 | 3 | # **MCP + Milvus: Connecting AI with Vector Databases**
|
4 | 4 |
|
5 | 5 | ## **Introduction**
|
6 |
| -The **Model Context Protocol (MCP)** is an open protocol that enables AI applications, such as Claude and Cursor, to interact with external data sources and tools seamlessly. Whether you're building custom AI applications, integrating AI workflows, or enhancing chat interfaces, MCP provides a **standardized way to connect large language models (LLMs) with relevant contextual data**. |
| 6 | +The **Model Context Protocol (MCP)** is an open protocol that enables AI applications, such as Claude and Cursor, to interact with external data sources and tools seamlessly. Whether you're building custom AI applications, integrating AI workflows, or enhancing chat interfaces, MCP provides a standardized way to connect large language models (LLMs) with relevant contextual data. |
7 | 7 |
|
8 | 8 |
|
9 | 9 | This tutorial walks you through **setting up an MCP server for Milvus**, allowing AI applications to perform vector searches, manage collections, and retrieve data using **natural language commands**—without writing custom database queries.
|
@@ -167,14 +167,6 @@ To run the server directly:
|
167 | 167 | uv run server.py --milvus-uri http://localhost:19530
|
168 | 168 | ```
|
169 | 169 |
|
170 |
| -## Development |
171 |
| - |
172 |
| -To run the server directly: |
173 |
| - |
174 |
| -```bash |
175 |
| -uv run server.py --milvus-uri http://localhost:19530 |
176 |
| -``` |
177 |
| - |
178 | 170 | ## **Examples**
|
179 | 171 |
|
180 | 172 | ### **Using Claude Desktop**
|
@@ -280,6 +272,4 @@ If you continue to experience issues:
|
280 | 272 | 3. File a new issue with detailed information about your problem
|
281 | 273 |
|
282 | 274 | ## **Conclusion**
|
283 |
| -By following this tutorial, you now have an **MCP server** running, enabling **AI-powered vector search** in Milvus. Whether you're using **Claude Desktop** or **Cursor**, you can now query, manage, and search your Milvus database using **natural language commands**—without writing database code! |
284 |
| -
|
285 |
| -🚀 **Now, let AI handle your vector searches effortlessly!** 🎯 |
| 275 | +By following this tutorial, you now have an **MCP server** running, enabling AI-powered vector search in Milvus. Whether you're using **Claude Desktop** or **Cursor**, you can now query, manage, and search your Milvus database using **natural language commands**—without writing database code! |
0 commit comments