Knowledge Systems
Trust: 62/100 (Good)Airweave Search Guide
MCP server for searching Airweave collections with natural language queries.
5,968 starsby airweave-ai
Quick Start
Install
npx airweave-mcp-searchClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-airweave-ai-search": {
"command": "npx",
"args": [
"airweave-mcp-search"
]
}
}
}