Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsApr 6, 2026·2 min de lecture

Airweave — Context Retrieval Layer for AI Agents, 50+ Integrations

Open-source context retrieval layer connecting AI agents to 50+ apps including Notion, Slack, GitHub, and Jira. Unified search API with MCP support.

MCP Hub
MCP Hub · Community
Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Mcp Config
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Airweave — Context Retrieval Layer for AI Agents, 50+ Integrations
Commande de staging sûr
npx -y tokrepo@latest install 1abeff10-d6be-45f3-b47c-f5998d7a08a4 --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

TL;DR
Airweave connects AI agents to 50+ SaaS apps through a unified search API with continuous sync and MCP support.
§01

What it is

Airweave is an open-source context retrieval layer that connects AI agents and RAG systems to 50+ applications including Notion, Slack, GitHub, Jira, Salesforce, and Google Docs. It continuously syncs data from these sources and exposes everything through a unified search API. You can query via Python SDK, TypeScript SDK, REST API, or MCP protocol.

Airweave targets teams building AI agents that need access to company data across multiple SaaS tools. It serves as the single infrastructure layer between your data sources and your AI workflows.

§02

How it saves time or tokens

Instead of building and maintaining individual connectors for each data source, Airweave provides pre-built integrations with continuous synchronization. The unified search API means your agent queries one endpoint regardless of whether the data lives in Notion, Slack, or Jira. MCP support lets AI coding tools like Claude Code access your company knowledge directly.

§03

How to use

  1. Self-host with Docker: git clone https://github.com/airweave-ai/airweave && cd airweave && ./start.sh.
  2. Connect your data sources through the web dashboard or API.
  3. Query the unified search API from your AI agent or RAG pipeline.
§04

Example

from airweave import AirweaveClient

client = AirweaveClient(api_key='your-key')

# Search across all connected sources
results = client.search(
    query='quarterly revenue report Q1 2026',
    sources=['notion', 'google-docs', 'slack'],
    limit=10
)

for result in results:
    print(f'{result.source}: {result.title}')
    print(f'  {result.snippet}')
§05

Related on TokRepo

§06

Common pitfalls

  • Initial sync of large data sources (e.g., thousands of Notion pages) takes time; plan for an indexing period before querying.
  • OAuth tokens for connected sources expire; configure automatic refresh or monitor for authentication failures.
  • Search relevance depends on the quality of the underlying embeddings; test with representative queries before deploying to production.

Questions fréquentes

What data sources does Airweave support?+

Airweave supports 50+ integrations including Notion, Slack, GitHub, GitLab, Jira, Confluence, Salesforce, Google Docs, Google Sheets, Airtable, Discord, Gmail, HubSpot, and more.

Does Airweave support MCP?+

Yes. Airweave exposes its search functionality as an MCP server, so AI coding tools like Claude Code can access your company data directly during development sessions.

Can I self-host Airweave?+

Yes. Airweave provides Docker-based self-hosting with a single startup script. All data stays on your infrastructure.

How does Airweave handle data updates?+

Airweave continuously syncs data from connected sources on a configurable schedule. Changes in source applications are reflected in search results after the next sync cycle.

Is Airweave free?+

The open-source version is free. Airweave also offers a hosted version at app.airweave.ai with managed infrastructure and additional features.

Sources citées (3)
  • Airweave GitHub— Airweave connects AI agents to 50+ apps with unified search
  • MCP Spec— Model Context Protocol specification for tool integration
  • Anthropic Docs— Retrieval-augmented generation patterns
🙏

Source et remerciements

Created by airweave-ai. Licensed under MIT.

airweave — ⭐ 6,200+

Thank you for building the bridge between enterprise data and AI agents.

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires