Quick Start
1
Get your credentials
- Create an API key from the HydraDB dashboard
- Create or copy your tenant ID from the HydraDB dashboard
2
Add the MCP server to your client
- Claude Desktop
- Cursor
- Windsurf
- VS Code
3
Replace the placeholder values
Swap
your-api-key and your-tenant-id with the credentials you copied in Step 1.4
Restart your client
Restart your editor or client so it picks up the new MCP server configuration.
Requires Node.js 18 or later. Run
node --version to check.Configuration
Environment Variables
Custom Sub-Tenant
UseHYDRA_DB_SUB_TENANT_ID to partition data across projects:
Use a project-specific
HYDRA_DB_SUB_TENANT_ID to keep memory isolated per workspace, or a shared value to share context across projects.How It Works
At recall time,hydra_db_search queries HydraDB and returns graph-enriched context - entity paths, chunk relations, and linked extra context - injected directly into the model’s prompt.
At capture time, hydra_db_store and hydra_db_ingest_conversation send content with infer: true and upsert: true, triggering HydraDB’s knowledge graph extraction pipeline automatically.
Available Tools
Source & Show Support
If this HydraDB MCP server makes your agentic memory workflow faster (and smarter), please star the open-source repo that powers it.
hydradb-mcp
Star on GitHub if you found it useful.