cerebro

GitHub

๐Ÿ”ต Cerebro is an open-source launcher to improve your productivity and efficiency

8,540 stars JavaScript #cerebro#electron#launcher#search
RAW Config

Claude Desktop Configuration

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

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