mcpbeat Sign in

Airweave Search MCP Server

by airweave-ai Your server? Claim it
answering

Airweave Search is answering right now. Last checked 11 min ago. 1 035 installs a week from npm. Last commit 5 Jun 2026.

MCP server for searching Airweave collections with natural language queries.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 690 · avg 192 · +21% w/w
a month agotoday
Uptime history 47 days of history
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
Tools
hidden behind auth
573 ms
Response time
average over 24h
1 035
Installs / week
npm and PyPI

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command backend/airweave/main.py:72
            subprocess.run(
        filepath = os.path.join(self._temp_dir, f"{name}{extension}")
Executes code built at runtime mcp/src/auth/oauth-transaction-store.ts:108
        const raw = await redis.eval(lua, 1, key);
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/publish-sdks-and-mcp.yml:76
      - name: Update MCP package version
        run: |
          cd mcp
          VERSION=${{ github.event.release.tag_name || github.event.inputs.version }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add search --transport http https://mcp.airweave.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "search": {
      "url": "https://mcp.airweave.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.search]
url = "https://mcp.airweave.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "search": {
      "url": "https://mcp.airweave.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "search": {
      "url": "https://mcp.airweave.ai/mcp"
    }
  }
}

This one needs environment variables set before it will start: AIRWEAVE_API_KEY (Your Airweave API key for authentication), AIRWEAVE_COLLECTION (The Airweave collection to search), AIRWEAVE_BASE_URL (Airweave API base URL (defaults to https://api.airweave.ai)). The author declared them in the registry entry; get the values from the project itself.

This endpoint answered with an authorization challenge. The server is running, but it did not say what kind of credentials it expects.

Endpoints

URLTransportStateLatencyChecked
https://mcp.airweave.ai/mcp streamable-http needs auth 436 ms 11 min ago

Alternatives to Airweave Search

same job, measured the same way
Omni Nli
by cogitatortech

An MCP server for natural language inference

143 installs/wk local only
Claude Code Conversation Search MCP
by tonysimonovsky

Search Claude Code conversation history with natural language queries across all projects

76 installs/wk local only
Florentine AI
by florentine-ai

MCP server for Florentine.ai - Natural language to MongoDB aggregations

4 409 installs/wk local only
Cds DB Nlquery MCP
by shahidla

MCP server for natural-language queries against SAP CAP db-layer entities via real CQN/SQL JOINs.

60 installs/wk local only
Editmamei
by editmamei

Photoshop MCP server: natural-language AI photo editing with your own Photoshop. AI orchestration.

137 installs/wk local only
MCP Pirsch
by verygoodplugins

Pirsch Analytics with natural language queries and trend analysis

57 installs/wk local only
Auth0 MCP Server
by auth0

Auth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural language

6 194 installs/wk local only
MCP Database Server
by souhar-dya

MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.

local only

Airweave Search — questions

Answers built from our own checks of this server.

Why is there no tool list for Airweave Search?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 100.0% of checks in the last 24 hours got a reply.
Is Airweave Search working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 573 ms. The bar chart above shows every period we have measured.
Is Airweave Search still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Airweave Search?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You will need your own credentials: it refuses anonymous clients.
Does Airweave Search need an API key?
Yes. Every time we knock, Airweave Search answers with an authorization challenge instead of its tool list — that is how we know it is running and gated rather than broken. Bring your own credentials and it will talk.
How fast is Airweave Search?
It answers our handshake in 573 ms on average, which is faster than 23% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Airweave Search?
The npm package airweave-mcp-search was installed 1 035 times in the last week. Week over week that is +21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Airweave Search open source?
Yes — it is published under the MIT licence, written in Python, 6 563 stars on GitHub and 30 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.