Meilisearch MCP Server
by devlimelabs
vector-search
Perform a vector search in a Meilisearch index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attributes | No | Attributes to include in the vector search | |
embedder | No | Name of the embedder to use (if omitted, a 'vector' must be provided) | |
filter | No | Filter to apply (e.g., 'genre = horror AND year > 2020') | |
hybrid | No | Whether to perform a hybrid search (combining vector and text search) | |
hybridRatio | No | Ratio of vector vs text search in hybrid search (0-1, default: 0.5) | |
indexUid | Yes | Unique identifier of the index | |
limit | No | Maximum number of results to return (default: 20) | |
offset | No | Number of results to skip (default: 0) | |
query | No | Text query to search for (if using 'embedder' instead of 'vector') | |
vector | Yes | JSON array representing the vector to search for |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- list-indexes
- get-index
- create-index
- update-index
- delete-index
- swap-indexes
- get-documents
- get-document
- add-documents
- update-documents
- delete-documents
- delete-document
- delete-all-documents
- search
- multi-search
- facet-search
- get-settings
- update-settings
- reset-settings
- get-searchable-attributes
- get-displayed-attributes
- get-filterable-attributes
- get-sortable-attributes
- get-ranking-rules
- get-stop-words
- get-synonyms
- get-distinct-attribute
- get-typo-tolerance
- get-faceting
- get-pagination
- update-searchable-attributes
- update-displayed-attributes
- update-filterable-attributes
- update-sortable-attributes
- update-ranking-rules
- update-stop-words
- update-synonyms
- update-distinct-attribute
- update-typo-tolerance
- update-faceting
- update-pagination
- reset-searchable-attributes
- reset-displayed-attributes
- reset-filterable-attributes
- reset-sortable-attributes
- reset-distinct-attribute
- reset-typo-tolerance
- reset-faceting
- reset-ranking-rules
- reset-stop-words
- reset-synonyms
- reset-pagination
- enable-vector-search
- get-experimental-features
- update-embedders
- get-embedders
- reset-embedders
- vector-search
- health
- version
- info
- stats
- get-tasks
- delete-tasks
- list-tasks
- get-task
- cancel-tasks
- wait-for-task