What problem does it solve?
This Skill connects a Hermes agent to Qdrant so vector memory, semantic search, and payload filtering can be added to a remote deployment without manual server setup.
Core Features & Use Cases
- SSH-first setup: Configures the integration directly on the VPS where Hermes runs, with idempotent steps and rollback support.
- Secure Qdrant wiring: Stores cluster URL, API key, and collection settings safely, then registers the official stdio MCP server.
- Production checks: Validates cluster reachability, confirms registration in logs, reloads the gateway, and performs a smoke test.
- Use case: Connect a Qdrant Cloud cluster to a self-hosted Hermes agent so the agent can use persistent vector memory for retrieval, search, and tenant-scoped collections.
Quick Start
Ask the agent to connect your Qdrant cluster to the Hermes deployment using the cluster URL, API key, and optional collection name, then verify the MCP registration and live collection access.