Clean
Check your own MCP server
Free · no signup · instant shareable report.
Environment variables (config / keys) 1
AI review
This is a legitimate MCP server for Milvus vector database access. It reads the MILVUS_URI environment variable for database connection configuration, which is expected and necessary for its stated purpose. No hidden instructions, prompt injection vectors, or deceptive tool descriptions were found.
- low Environment variable usage is appropriate — The server reads MILVUS_URI from environment variables to configure the Milvus database connection. This is standard and necessary for database connectivity. The .env file priority over CLI args is documented transparently. No secrets are being exfiltrated or sent to external services.
Model: deepseek-chat
Static findings
Environment variables (config / keys) · Reads environment variables (config / API keys)
low
src/mcp_server_milvus/server.py:1083
"milvus_uri": os.environ.get("MILVUS_URI", args.milvus_uri),
Scanning every extension your team installs?
Pro & Team add monitoring, private scans, and a CI gate for unsafe extensions.
MCPVet is a heuristic aid, not a security guarantee. A clean grade does not prove an extension is safe; always review code and instructions you don't trust.