npm airweave-mcp-searchstreamable-httpMITupdated 3mo ago
Open-source context retrieval layer for AI agents and RAG systems.
Su propietario archivó este repositorio. Sigue funcionando, pero ya no recibe actualizaciones.
¿Qué puedes hacer con Airweave Search?
What is Airweave?
Airweave connects to your apps, tools, and databases, continuously syncs their data, and exposes it through a unified, LLM-friendly search interface. AI agents query Airweave to retrieve relevant, grounded, up-to-date context from multiple sources in a single request.
Where it fits
Airweave sits between your data sources and AI systems as shared retrieval infrastructure. It handles authentication, ingestion, syncing, indexing, and retrieval so you don't have to rebuild fragile pipelines for every agent or integration.
How it works
- Connect your apps, databases, and documents (50+ integrations)
- Airweave syncs, indexes, and exposes your data through a unified retrieval layer
- Agents query Airweave via our SDKs, REST API, MCP, or native integrations with popular agent frameworks
- Agents retrieve relevant, grounded context on demand
Quickstart
Cloud-hosted: app.airweave.ai
Self-hosted
git clone https://github.com/airweave-ai/airweave.git
cd airweave
./start.sh
Requires Docker and docker-compose
Supported Integrations
SDKs
pip install airweave-sdk # Python
npm install @airweave/sdk # TypeScript
from airweave import AirweaveSDK
client = AirweaveSDK(api_key="YOUR_API_KEY")
results = client.collections.search.instant(
readable_id="my-collection",
query="Find recent failed payments"
)
CLI
Search collections, manage sources, and trigger syncs from your terminal:
pip install airweave-cli
airweave auth login
airweave search "quarterly revenue figures" --collection finance-data
The CLI outputs rich interactive results in your terminal and clean JSON when piped — making it work for both developers and AI agents.
Tech Stack
- Frontend: React/TypeScript with ShadCN
- Backend: FastAPI (Python)
- Databases: PostgreSQL (metadata), Vespa (vectors)
- Workers: Temporal (orchestration), Redis (pub/sub)
- Deployment: Docker Compose (dev), Kubernetes (prod)
Contributing
We welcome contributions! See our Contributing Guide.
License
Instalación
Añade Airweave Search a tu cliente. Elige el que uses.
{
"servers": {
"airweave-mcp-search": {
"type": "http",
"url": "https://mcp.airweave.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add airweave-mcp-search -- npx -y airweave-mcp-searchcodex mcp add airweave-mcp-search -- npx -y airweave-mcp-searchamp mcp add airweave-mcp-search -- npx -y airweave-mcp-search{
"mcpServers": {
"airweave-mcp-search": {
"command": "npx",
"args": [
"-y",
"airweave-mcp-search"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"airweave-mcp-search": {
"command": "npx",
"args": [
"-y",
"airweave-mcp-search"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"airweave-mcp-search": {
"command": "npx",
"args": [
"-y",
"airweave-mcp-search"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"airweave-mcp-search": {
"command": "npx",
"args": [
"-y",
"airweave-mcp-search"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"airweave-mcp-search": {
"command": "npx",
"args": [
"-y",
"airweave-mcp-search"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"airweave-mcp-search": {
"type": "local",
"command": "npx",
"args": [
"-y",
"airweave-mcp-search"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"airweave-mcp-search": {
"command": {
"path": "npx",
"args": [
"-y",
"airweave-mcp-search"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y airweave-mcp-searchRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación25/25
- Mantenimiento17/25
- Confianza16/20
- Capacidad0/15
- Instalación15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 88 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.9.54 | 25 mar 2026 |
| 0.9.53 | 25 mar 2026 |
| 0.9.52 | 25 mar 2026 |
| 0.9.51 | 24 mar 2026 |
| 0.9.50 | 23 mar 2026 |
| 0.9.49 | 23 mar 2026 |
| 0.9.48 | 23 mar 2026 |
| 0.9.47 | 22 mar 2026 |
| 0.9.46 | 22 mar 2026 |
| 0.9.45 | 22 mar 2026 |
| 0.9.44 | 22 mar 2026 |
| 0.9.43 | 22 mar 2026 |
| 0.9.42 | 21 mar 2026 |
| 0.9.41 | 21 mar 2026 |
| 0.9.40 | 21 mar 2026 |
| 0.9.39 | 21 mar 2026 |
| 0.9.38 | 21 mar 2026 |
| 0.9.37 | 19 mar 2026 |
| 0.9.36 | 18 mar 2026 |
| 0.9.35 | 17 mar 2026 |
| 0.9.34 | 17 mar 2026 |
| 0.9.33 | 16 mar 2026 |
| 0.9.32 | 16 mar 2026 |
| 0.9.31 | 16 mar 2026 |
| 0.9.30 | 13 mar 2026 |
| 0.9.29 | 13 mar 2026 |
| 0.9.28 | 12 mar 2026 |
| 0.9.27 | 12 mar 2026 |
| 0.9.26 | 12 mar 2026 |
| 0.9.25 | 12 mar 2026 |
| 0.9.23 | 10 mar 2026 |
| 0.9.22 | 10 mar 2026 |
| 0.9.21 | 10 mar 2026 |
| 0.9.20 | 10 mar 2026 |
| 0.9.19 | 10 mar 2026 |
| 0.9.18 | 6 mar 2026 |
| 0.9.17 | 6 mar 2026 |
| 0.9.16 | 6 mar 2026 |
| 0.9.15 | 6 mar 2026 |
| 0.9.11 | 5 mar 2026 |
| 0.9.10 | 4 mar 2026 |
| 0.9.5 | 3 mar 2026 |
| 0.9.4 | 28 feb 2026 |
| 0.9.3 | 28 feb 2026 |
| 0.9.2 | 28 feb 2026 |
| 0.9.1 | 27 feb 2026 |
| 0.9.0 | 27 feb 2026 |
| 0.8.99 | 25 feb 2026 |
| 0.8.97 | 21 feb 2026 |
| 0.8.96 | 21 feb 2026 |
| 0.8.95 | 21 feb 2026 |
| 0.8.94 | 20 feb 2026 |
| 0.8.93 | 20 feb 2026 |
| 0.8.92 | 20 feb 2026 |
| 0.8.91 | 16 feb 2026 |
| 0.8.90 | 16 feb 2026 |
| 0.8.89 | 14 feb 2026 |
| 0.8.88 | 14 feb 2026 |
| 0.8.87 | 13 feb 2026 |
| 0.8.85 | 11 feb 2026 |