Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"skill-search": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/skill-search-mcp",
"env": {
"SKILL_TOP_K": "10",
"SKILL_QDRANT_URL": "http://localhost:6333",
"SKILL_EMBED_MODEL": "sentence-transformers/paraphrase-multilingual-mpnet-base-v2",
"SKILL_EMBED_BACKEND": "fastembed"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/bin/skill-search-mcpEnvironment variables set when the server starts
SKILL_TOP_K=10SKILL_QDRANT_URL=http://localhost:6333SKILL_EMBED_MODEL=sentence-transformers/paraphrase-multilingual-mpnet-base-v2SKILL_EMBED_BACKEND=fastembednpx claudepluginhub thinhkhuat/skill-concierge --plugin skill-concierge