Skip to content

airweave-ai/cursor-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airweave for Cursor

Official Airweave plugin for the Cursor Marketplace.

Airweave is a context retrieval layer between Cursor and your apps like Notion, Slack, Google Drive, Linear, Jira, GitHub, and Salesforce. Search your apps directly from Cursor. Airweave continually syncs and indexes data from 40+ sources into unified searchable collections with agentic, semantic, and keyword search.

Installation

From the Cursor Marketplace

Search for "Airweave" in the Cursor Marketplace and install.

Manual Installation

Clone and point Cursor to the plugin directory:

git clone https://github.com/airweave-ai/cursor-plugin

Then open Cursor Settings and add the plugin directory.

Configuration

After installing, set your Airweave credentials as environment variables:

export AIRWEAVE_API_KEY="your-api-key"
export AIRWEAVE_COLLECTION="your-collection-id"

Get your API key from your Airweave dashboard at:

  • app.airweave.ai for Airweave Cloud users
  • or for local deployments, set AIRWEAVE_BASE_URL to http://localhost:8001

airweave_api_key.mp4

Get your Airweave Collection ID from your collection view in the dashboard:

airweave_collection_id.mp4

Or list your collections programmatically:

import { AirweaveSDKClient } from "@airweave/sdk";

const client = new AirweaveSDKClient({ apiKey: "YOUR_AIRWEAVE_API_KEY" });
await client.collections.list({
    skip: 0,
    limit: 100
});

Prerequisites

Features

This plugin provides an MCP server, skills, and rules for working with Airweave:

  • Cross-app search — Query Slack, GitHub, Notion, Jira, Google Drive, Salesforce, and 40+ other sources from a single interface
  • Hybrid search — Combine agentic, neural, keyword, and hybrid search methods with query expansion, filtering, and reranking
  • Smart parameter tuning — Automatic selection of search strategy based on your query intent
  • AI completions — Get synthesized answers with citations across all your connected data, not just raw results
  • Proactive context retrieval — Rules guide Cursor to automatically search Airweave when you reference connected apps

Skills

Skills are invoked based on context:

Skill Triggers on
airweave-search "find messages about...", "search my docs for...", "what did the team discuss..."
airweave-setup "set up Airweave", "connect Slack to Airweave", "install the Airweave SDK"

airweave-search

Helps Cursor search and retrieve context from your connected data sources. Handles query formulation, parameter selection, result interpretation, and refinement when results are poor.

airweave-setup

Guides developers through installing Airweave, creating collections, connecting data sources, and integrating the SDK (Python/TypeScript) or MCP server into their applications.

Rules

Rule Effect
airweave-search Always active — guides Cursor to proactively use Airweave search when you ask about data in connected apps

Example Usage

> What did the team discuss about the product launch in Slack and does it align with the state of the project in Linear and Notion?
Cursor searches your connected Slack, Linear, and Notion workspaces and synthesizes relevant messages.

> Find the API spec for our authentication service
Cursor searches across GitHub repos, Confluence docs, and Jira tickets for implementation context.

> What's our current refund policy and when was it last updated?
Cursor searches company wikis and Google Drive, Jira, and Stripe to find the authoritative document.

> Check Jira, Stripe, and Github for open bugs related to payments
Cursor queries your Jira project and compiles a summary of outstanding issues.

> Search our Finance stack for the Q4 board deck
Cursor locates files across shared drives and Salesforce using semantic search.

Supported Sources

Airweave connects to 40+ data sources including:

Category Sources
Productivity & Collaboration Asana, Airtable, ClickUp, Linear, Monday, Notion, Trello, Todoist
Cloud Storage & Documents Box, Dropbox, Google Docs, Google Drive, Google Slides, OneDrive, OneNote, SharePoint, Word
Developer Tools Confluence, Bitbucket, GitHub, GitLab, Jira
CRM & Sales Attio, HubSpot, Pipedrive, Salesforce, Zoho CRM
Communication & Email Gmail, Google Calendar, Outlook Calendar, Outlook Mail, Slack, Teams
Support & Service Zendesk
Databases PostgreSQL
E-commerce & Payments Shopify, Stripe

See the full list at docs.airweave.ai/connectors/overview.

Documentation

License

MIT

Releases

No releases published

Packages

 
 
 

Contributors