← Back to Plugins
MCP Server MCP

Airweave Search

github By github 👁 1 views ▲ 0 votes

MCP server for searching Airweave collections with natural language queries.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.airweave.ai/mcp",
      "headers": [
        {
          "description": "Your Airweave API key",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        },
        {
          "description": "The Airweave collection readable ID to search",
          "isRequired": true,
          "name": "X-Collection-Readable-ID"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "airweave-mcp-search",
      "version": "0.9.62",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Airweave API key for authentication",
          "isRequired": true,
          "isSecret": true,
          "name": "AIRWEAVE_API_KEY"
        },
        {
          "description": "The Airweave collection to search",
          "isRequired": true,
          "name": "AIRWEAVE_COLLECTION"
        },
        {
          "description": "Airweave API base URL (defaults to https://api.airweave.ai)",
          "name": "AIRWEAVE_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...