Airweave Search for Cursor
io.github.airweave-ai/search
MCP server for searching Airweave collections with natural language queries.
client:Cursor
transport:streamable-http
runtime:npm
Install Airweave Search in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"search": {
"url": "https://mcp.airweave.ai/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs