Context hydration engine for second brains — turns scattered agent work into a connected Obsidian vault. 100% Swift: SwiftUI app, CLI, and MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hydra": {
"command": "npx",
"args": [
"-y",
"Ripnrip/Hydra"
]
}
}
}
Run in terminal:
claude mcp add hydra npx -y Ripnrip/Hydra
Add to .cursor/mcp.json:
{
"mcpServers": {
"hydra": {
"command": "npx",
"args": [
"-y",
"Ripnrip/Hydra"
]
}
}
}