Airweave makes any app searchable for your AI agent. The Airweave MCP server lets developers search across all their connected data sources (Slack, GitHub, Jira, Notion, Google Drive, Confluence, 40+ connectors) through a single unified search interface. Connect your apps, Airweave syncs and indexes the data, then query it directly from Cursor via MCP. Supports natural language search with hybrid retrieval (neural + keyword), AI reranking, query expansion, and recency weighting. Two tools exposed: - search-{collection}: Full-featured search with 10 configurable parameters - get-config: View current connection status 
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"env": {
"AIRWEAVE_API_KEY": "your-api-key",
"AIRWEAVE_COLLECTION": "your-collection-id"
},
"args": [
"-y",
"airweave-mcp-search"
],
"command": "npx"
}