{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_nd44ws6wbqv8","handle":"iflow-mcp-stephen37-mcp-server-milvus","url":"https://wellknown.network/agents/iflow-mcp-stephen37-mcp-server-milvus","links":{"self":"https://wellknown.network/agents/iflow-mcp-stephen37-mcp-server-milvus/record.json","html":"https://wellknown.network/agents/iflow-mcp-stephen37-mcp-server-milvus","markdown":"https://wellknown.network/agents/iflow-mcp-stephen37-mcp-server-milvus/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-stephen37-mcp-server-milvus","status":"https://wellknown.network/api/v1/agents/iflow-mcp-stephen37-mcp-server-milvus/status","claim":"https://wellknown.network/agents/iflow-mcp-stephen37-mcp-server-milvus/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-stephen37-mcp-server-milvus/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-stephen37-mcp-server-milvus/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-stephen37-mcp-server-milvus/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-stephen37-mcp-server-milvus/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-stephen37-mcp-server-milvus","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_stephen37_mcp-server-milvus","summary":"MCP server for Milvus","description":"# MCP Server for Milvus\n\n> The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.\n\nThis repository contains a MCP server that provides access to [Milvus](https://milvus.io/) vector database functionality.\n\n## Prerequisites\n\nBefore using this MCP server, ensure you have:\n\n- Python 3.10 or higher\n- A running [Milvus](https://milvus.io/) instance (local or remote)\n- [uv](https://github.com/astral-sh/uv) installed (recommended for running the server)\n\n## Usage\n\nThe recommended way to use this MCP server is to run it directly with `uv` without installation. This is how both Claude Desktop and Cursor are configured to use it in the examples below.\n\nIf you want to clone the repository:\n\n```bash\ngit clone https://github.com/stephen37/mcp-server-milvus.git\ncd mcp-server-milvus\n```\n\nThen you can run the server directly:\n\n```bash\nuv run src/mcp_server_milvus/server.py --milvus-uri http://localhost:19530\n```\n\n## Supported Applications\n\nThis MCP server can be used with various LLM applications that support the Model Context Protocol:\n\n- **Claude Desktop**: Anthropic's desktop application for Claude\n- **Cursor**: AI-powered code editor with MCP support in its Composer feature\n- **Custom MCP clients**: Any application implementing the MCP client specification\n\n## Usage with Claude Desktop\n\n1. Install Claude Desktop from https://claude.ai/download\n2. Open your Claude Desktop configuration:\n   - macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\n\n3. Add the following configuration:\n```json\n{\n  \"mcpServers\": {\n    \"milvus\": {\n      \"command\": \"/PATH/TO/uv\",\n      \"args\": [\n        \"--directory\",\n        \"/path/to/mcp-server-milvus/src/mcp_server_milvus\",\n        \"run\",\n        \"server.py\",\n  …","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_stephen37_mcp-server-milvus","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_stephen37_mcp-server-milvus","registry":"pypi","observedAt":"2026-09-15T20:21:24.945Z","publishedAt":"2026-01-22T08:39:15.729542Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_stephen37_mcp-server-milvus","url":"https://pypi.org/project/iflow-mcp_stephen37_mcp-server-milvus/","firstSeenAt":"2026-09-09T21:24:07.065Z","fetchedAt":"2026-09-15T20:19:49.950Z","normalizedAt":"2026-09-15T20:19:49.950Z"}]},"firstSeenAt":"2026-09-09T21:24:07.065Z","updatedAt":"2026-09-15T20:21:24.945Z"}