# MinishLab/semble | Model Context Protocol (MCP) Server > Fast and Accurate Code Search for Agents. Uses ~98% fewer tokens than grep+read - **Stars**: ⭐ 5,515 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "semble": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-semble" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "semble": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-semble" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-semble` - **Docker**: `docker run -i --rm mcp/semble`