quickwit (MCP Server)

GitHub

Cloud-native OSS search engine for observability

Claude Desktop Configuration

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

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