Skip to main content
Glama
134,097 tools. Last updated 2026-05-16 00:57

"Understanding Vector Search" matching MCP tools:

Matching MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    Enables searching X (formerly Twitter) using xAI's Responses API with support for filtering by handles, date ranges, and media understanding, returning structured results with citations.
    Last updated
    1
    4
    MIT

Matching MCP Connectors

  • Brave Search MCP — independent web index (no Google/Bing dependency)

  • 4 web-search tiers (x402 USDC on Base) - simple/medium/deep/cached. Free health.

  • Filter documents by metadata before ranking by vector similarity to enable production RAG and semantic search pipelines.
    MIT
  • Search memories by natural-language query with optional importance and similarity filters. Returns ranked results with similarity scores.
    MIT
  • Auto-calibrates vector search threshold by analyzing random memory pairs and setting a statistical cutoff, adapting to embedding model and corpus without requiring labeled data.
    MIT
  • Find similar vector embeddings in Zilliz Cloud collections using vector similarity search with optional filtering and result customization.
    Apache 2.0
  • Search vector databases by combining semantic similarity with structured filters, then refine results using ranking strategies to retrieve relevant data.
    Apache 2.0
  • Persist a numerical vector as a field in a Redis hash. Provide the hash key, field name (default 'vector'), and the vector to store.
    MIT
  • Retrieve relevant memories for an agent using hybrid search across vector, FTS5, and keyword indices. Filter by channel and exclude known contents to avoid duplication.
    MIT