$ timeahead.in
/ servers/npm/airweave-mcp-search
npm

airweave-mcp-search

MCP server for searching Airweave collections

6k stars842/wkupdated 31d agogithub ↗
88good
▣ Overview

What it does

This MCP server integrates Airweave, a unified context retrieval platform, with Claude. Airweave sits between your data sources—apps, databases, documents—and AI systems, syncing and indexing data from 50+ integrations. The MCP server allows Claude to search Airweave collections and retrieve grounded context on demand, whether from a cloud instance or self-hosted deployment.

Who it's for

AI engineers and full-stack developers who have deployed Airweave (cloud or Docker) and want Claude to query its unified retrieval layer during conversations. Useful for teams building agentic systems that need current context from connected apps like Airtable, Asana, or databases without rebuilding data pipelines for each integration.

Common use cases

  • Retrieve context from Airweave collections during Claude conversations to ground responses in current data
  • Query multiple data sources (CRMs, project management, databases) through a single unified search interface
  • Build multi-turn agent workflows where Claude fetches fresh context from Airweave on each turn
  • Supplement Claude's knowledge with real-time data from connected business apps
  • Prototype retrieval-augmented generation without managing fragile data pipelines

Setup pitfalls

  • Requires a running Airweave instance (cloud at app.airweave.ai or self-hosted via Docker)
  • Self-hosted setup needs Docker, docker-compose, and 9 ports available (8080, 8001, 5432, 6333, 6379, 7233, 8081, 8088, plus ephemeral ports)
  • Airweave API credentials or auth tokens must be configured; verify connectivity before starting the MCP server
  • Reads and writes to filesystem; ensure sandbox permissions allow this
  • Network calls to Airweave backend and integrated apps—firewall or proxy rules must permit outbound traffic
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
73
14.7
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
87.7
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecevalsecrets
◆ Risk level: high
fs read + fs write + network + exec + eval + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "airweave-search": {
      "command": "npx",
      "args": [
        "-y",
        "airweave-mcp-search"
      ]
    }
  }
}
📈 Score historylast 44 snapshots
4/30/20267/1/2026 · 44 snapshots
⚙ Maintenance health
74/ 100 · is this project alive?
contributors (1y)11
top contributor share43%
releases (1y)100
last release30d ago
ci✓ passing
⛁ Raw data
weekly downloads842
github stars6k
forks814
open issues132
license✓ present
readme length11514 chars
last publish0d ago
last commit31d ago
last updated21h ago
install verified✓ pass · 47d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points