byknuckles-team· 21 skills
Select and connect the right vector-store backend for the vector-mcp MCP server — chromadb, postgres/pgvector, qdrant, couchbase, or mongodb — and supply the correct db_type/connection parameters that every collection and search call needs. Use when the agent must decide which engine to target, wire up host/port/path/credentials, or move a workload between embedded and networked backends. Do NOT use for collection lifecycle (use vector-collection-management) or for running queries (use vector-hybrid-search).
$npx -y skills add knuckles-team/vector-mcp --skill vector-backend-operationsInstalls into the current project.
Run `npx skills use "https://github.com/knuckles-team/vector-mcp" --skill "knuckles-team/vector-mcp/vector-backend-operations"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/knuckles-team/vector-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/knuckles-team/vector-mcp"` and select the relevant skills, then follow their instructions.