# cocoindex-io/cocoindex | Model Context Protocol (MCP) Server > Incremental engine for long horizon agents 🌟 Star if you like it! - **Stars**: ⭐ 11,210 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "cocoindex": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cocoindex" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "cocoindex": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cocoindex" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-cocoindex` - **Docker**: `docker run -i --rm mcp/cocoindex`