helix-db

GitHub

HelixDB is an open-source graph-vector database built from scratch in Rust.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "helix-db": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-helix-db"
      ]
    }
  }
}