Skip to main content
Glama

MCP Server for Milvus

by zilliztech
pyproject.toml490 B
[project] name = "mcp-server-milvus" version = "0.1.1" description = "MCP server for Milvus" readme = "README.md" requires-python = ">=3.10" dependencies = [ "fastmcp>=2.6.1", "pymilvus>=2.5.1", "click>=8.0.0", "ruff>=0.11.0", "python-dotenv>=1.0.0", ] [project.scripts] mcp-server-milvus = "mcp_server_milvus.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/mcp_server_milvus"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zilliztech/mcp-server-milvus'

If you have feedback or need assistance with the MCP directory API, please join our Discord server