Back to Home
algolia icon

mcp

Verified Safe

by algolia

Overview

The MCP server acts as an intermediary, enabling Large Language Models (LLMs) to interact with Algolia's various APIs for search, analytics, A/B testing, query suggestions, recommendations, monitoring, and usage data.

Installation

Run Command
npx @modelcontextprotocol/inspector ./mcp

Environment Variables

  • ALGOLIA_APP_ID
  • ALGOLIA_INDEX_NAME
  • ALGOLIA_API_KEY
  • ALGOLIA_WRITE_API_KEY
  • MCP_ENABLED_TOOLS
  • MCP_SERVER_TYPE
  • MCP_SSE_PORT

Security Notes

The server correctly retrieves Algolia API credentials (application ID, API keys, index name) from environment variables, preventing hardcoded secrets. Outbound HTTP requests are made to legitimate Algolia API endpoints. No 'eval' or similar dynamic code execution patterns are observed. The underlying `mcp-go` library for Model Context Protocol is also used, which is a standard approach for this kind of server. Overall, the code appears robust against common security vulnerabilities for its stated purpose.

Similar Servers

Stats

Interest Score41
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars25
Forks6
Last Update2025-11-27

Tags

AlgoliaMCPSearchAPI IntegrationGo