# HelixDB/helix-db | Model Context Protocol (MCP) Server > HelixDB is an open-source graph-vector database built from scratch in Rust. - **Stars**: ⭐ 4,307 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "helix-db": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-helix-db" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "helix-db": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-helix-db" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-helix-db` - **Docker**: `docker run -i --rm mcp/helix-db`