MCP.so
登录

Algolia Search MCP Server

@chick-p

关于 Algolia Search MCP Server

暂无概览

基本信息

分类

搜索

许可证

MIT license

运行时

node

传输方式

stdio

发布者

chick-p

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Algolia Search MCP Server?

Algolia Search MCP Server is an MCP (Model Context Protocol) server that enables searching any text in an Algolia index. It is intended for developers using MCP-compatible tools (e.g., cline, VS Code) who need to query Algolia from those environments.

How to use Algolia Search MCP Server?

Clone the repository, install dependencies with pnpm install, build with pnpm build, and install globally with npm install -g .. Then configure your IDE (cline or VS Code) with the command algolia-search-server and set the environment variables ALGOLIA_APPLICATION_ID, ALGOLIA_SEARCH_API_KEY, and ALGOLIA_INDEX_NAME.

Key features of Algolia Search MCP Server

  • Search any text in your Algolia index

Use cases of Algolia Search MCP Server

  • Query an Algolia index from an MCP-enabled IDE or tool

FAQ from Algolia Search MCP Server

What environment variables are required?

Set ALGOLIA_APPLICATION_ID, ALGOLIA_SEARCH_API_KEY, and ALGOLIA_INDEX_NAME in the server configuration.

Which IDEs or tools are supported?

The README provides example configurations for cline and Visual Studio Code.

Are there any dependencies?

The setup requires pnpm, Node.js, and an existing Algolia account with an application ID, search API key, and index name.

评论

搜索 分类下的更多 MCP 服务器