Skip to main content
Glama

Meilisearch MCP Server

Official
by meilisearch

update-settings

Modify index settings in Meilisearch by specifying the index UID and new configurations to customize search behavior and performance.

Instructions

Update settings for an index

Input Schema

NameRequiredDescriptionDefault
indexUidYes
settingsYes

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "indexUid": { "type": "string" }, "settings": { "additionalProperties": true, "type": "object" } }, "required": [ "indexUid", "settings" ], "type": "object" }

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/meilisearch/meilisearch-mcp'

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