II.
ToolServer JSON
Structured · livetool-server:mcp-milvus
Milvus MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-milvus",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-knowledge.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Milvus MCP Server",
"description": "MCP server providing access to Milvus vector database operations.\nEnables AI agents to create collections, insert vectors, perform\nsimilarity search with filtering, and manage indexes across\nMilvus or Zilliz Cloud deployments.\n",
"protocol": "mcp",
"category": "knowledge",
"repoUrl": "https://github.com/zilliztech/mcp-server-milvus",
"maintainer": "Zilliz",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-milvus",
"to": "tool:milvus",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-milvus",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-milvus",
"to": "domain:data-science",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}