Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"gemdex": {
"command": "npx",
"args": [
"-y",
"gemdex-mcp@latest"
],
"env": {
"MILVUS_TOKEN": "${user_config.milvus_token}",
"GEMINI_API_KEY": "${user_config.gemini_api_key}",
"MILVUS_ADDRESS": "${user_config.milvus_address}"
}
}
}
}Replace placeholder values for: GEMINI_API_KEY, MILVUS_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
MILVUS_TOKEN=${user_config.milvus_token}GEMINI_API_KEY=${user_config.gemini_api_key}MILVUS_ADDRESS=${user_config.milvus_address}Sensitive values you must provide — never committed to source control
npx claudepluginhub nikships/gemdex --plugin gemdex