Back to Home
OrionPotter icon

iflow-mcp_meilisearch-ts-mcp

Verified Safe

by OrionPotter

Overview

Enables AI assistants to interact with a Meilisearch instance for various search, indexing, and data management operations.

Installation

Run Command
npm start

Environment Variables

  • MEILISEARCH_HOST
  • MEILISEARCH_API_KEY
  • MEILISEARCH_TIMEOUT
  • NODE_ENV

Security Notes

The server utilizes environment variables (MEILISEARCH_HOST, MEILISEARCH_API_KEY) for Meilisearch connection details, which is good practice for managing secrets. It does not appear to use eval or other dangerous dynamic code execution methods. The `docker-compose.yml` provides a default `MEILI_MASTER_KEY` (`masterKey`) which is insecure for production and must be changed by the user. Error responses can stringify Meilisearch API error data, potentially exposing details if Meilisearch returns sensitive information in its error payloads.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-20

Tags

MeilisearchSearch EngineAI IntegrationModel Context ProtocolData ManagementVector Search