Skip to main content
Glama
devlimelabs

Meilisearch MCP Server

by devlimelabs

vector-search

Conduct vector-based searches in a Meilisearch index using JSON arrays or text queries, with options for filtering, hybrid searches, and result customization for precise data retrieval.

Instructions

Perform a vector search in a Meilisearch index

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
attributesNoAttributes to include in the vector search
embedderNoName of the embedder to use (if omitted, a 'vector' must be provided)
filterNoFilter to apply (e.g., 'genre = horror AND year > 2020')
hybridNoWhether to perform a hybrid search (combining vector and text search)
hybridRatioNoRatio of vector vs text search in hybrid search (0-1, default: 0.5)
indexUidYesUnique identifier of the index
limitNoMaximum number of results to return (default: 20)
offsetNoNumber of results to skip (default: 0)
queryNoText query to search for (if using 'embedder' instead of 'vector')
vectorYesJSON array representing the vector to search for

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devlimelabs/meilisearch-ts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server