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
{
"mcpServers": {
"milvus": {
"command": "/path/to/uv",
"args": [
"--directory",
"/path/to/mcp-server-milvus/src/mcp_server_milvus",
"run",
"server.py",
"--milvus-uri",
"http://127.0.0.1:19530"
]
}
}
}