iflow-mcp_meilisearch-ts-mcp
Verified Safeby OrionPotter
Overview
Enables AI assistants to interact with a Meilisearch instance for various search, indexing, and data management operations.
Installation
npm startEnvironment 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
mcp-server-elasticsearch
Connects Model Context Protocol (MCP) clients to Elasticsearch instances, enabling natural language queries and interactions with Elasticsearch indices and data.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
meilisearch-mcp
Connect LLMs to Meilisearch for natural language interaction and management of search indices and data.