Skip to main content
Glama
OrionPotter

Meilisearch MCP Server

by OrionPotter

vector-search

Search for similar items in a Meilisearch index using vector embeddings to find content based on semantic similarity rather than exact text matches.

Instructions

Perform a vector search in a Meilisearch index

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexUidYesUnique identifier of the index
vectorYesJSON array representing the vector to search for
limitNoMaximum number of results to return (default: 20)
offsetNoNumber of results to skip (default: 0)
filterNoFilter to apply (e.g., 'genre = horror AND year > 2020')
embedderNoName of the embedder to use (if omitted, a 'vector' must be provided)
attributesNoAttributes to include in the vector search
queryNoText query to search for (if using 'embedder' instead of 'vector')
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)

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/OrionPotter/iflow-mcp_meilisearch-ts-mcp'

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