Tech News
← Back to articles

Launch HN: Airweave (YC X25) – Let agents search any app

read original related products more articles

Overview

Airweave is a tool that lets agents search any app. It connects to apps, productivity tools, databases, or document stores and transforms their contents into searchable knowledge bases, accessible through a standardized interface for agents.

The search interface is exposed via REST API or MCP. When using MCP, Airweave essentially builds a semantically searchable MCP server. The platform handles everything from auth and extraction to embedding and serving.

Table of Contents

🚀 Quick Start

Make sure docker and docker-compose are installed, then...

# 1. Clone the repository git clone https://github.com/airweave-ai/airweave.git cd airweave # 2. Build and run chmod +x start.sh ./start.sh

That's it! Access the dashboard at http://localhost:8080

🔌 Supported Integrations

💻 Usage

... continue reading