Skip to main content
Glama

Meilisearch MCP Server

Official
by meilisearch

update-settings

Adjust or modify settings for a specific index in Meilisearch, such as search rankings or filtering options, using this MCP Server tool.

Instructions

Update settings for an index

Input Schema

NameRequiredDescriptionDefault
indexUidYes
settingsYes

Input Schema (JSON Schema)

{ "properties": { "indexUid": { "type": "string" }, "settings": { "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