Skip to main content
Glama

Meilisearch MCP Server

Official
by meilisearch

create-key

Generate API keys with specific permissions and expiration for managing Meilisearch indexes, ensuring controlled access and security.

Instructions

Create a new API key

Input Schema

NameRequiredDescriptionDefault
actionsYes
descriptionNo
expiresAtNo
indexesYes

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "actions": { "items": { "type": "string" }, "type": "array" }, "description": { "type": "string" }, "expiresAt": { "type": "string" }, "indexes": { "items": { "type": "string" }, "type": "array" } }, "required": [ "actions", "indexes" ], "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