Airweave Search MCP Server

Open-source context retrieval layer for AI agents and RAG systems. 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.

People who work with rag, search and agent infrastructure and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

NO LONGER MAINTAINED

LAST COMMIT 2026-06-05 · ★ 6,563 · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Airweave Search

Claude Code

claude mcp add airweave-ai-airweave --transport http https://mcp.airweave.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "airweave-ai-airweave": {
      "url": "https://mcp.airweave.ai/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.airweave.ai/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.airweave.ai

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

repository archived on GitHub - read-only; no future fixes, security or otherwise

license MIT - declared in the repository

npm package airweave-mcp-search - unscoped; check the name against the project README before installing

registry namespace io.github.airweave-ai is GitHub-verified and matches the repo owner

03 · What Airweave Search can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.9.73 · 2026-06-05

make Mistral SDK base URL configurable

v0.9.72 · 2026-06-02

support Sentinel for high-availability Redis topologies · New Contributors · @bricecarpentier made their first contribution in

v0.9.71 · 2026-05-21

accept sync pipeline kwargs in ArfReplaySource.generate_entities

04 · Who maintains Airweave Search

Airweave Search is maintained by airweave-ai. It's the only MCP server we track from this author; the repo dates to Dec 2024.

05 · Facts

category
AI & ML - dead as of 2026-09-18.
registry
io.github.airweave-ai/search (active, first published 2026-02-11 · 72 versions)
packages
npm:airweave-mcp-search

06 · Airweave Search FAQ

What is Airweave Search?

Open-source context retrieval layer for AI agents and RAG systems. 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.

Is Airweave Search still maintained?

Its last commit was 2026-06-05 (as of 2026-09-18) - we classify it as dead.

How do I install Airweave Search?

Run `npx -y airweave-mcp-search`. You can also paste the ready-made client config above.

Does Airweave Search require authentication?

Yes - when we probed the endpoint on 2026-09-17, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Airweave Search