# apple/foundationdb | Model Context Protocol (MCP) Server > FoundationDB - the open source, distributed, transactional key-value store - **Stars**: ⭐ 16,589 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "foundationdb": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-foundationdb" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "foundationdb": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-foundationdb" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-foundationdb` - **Docker**: `docker run -i --rm mcp/foundationdb`