Agent Plugins Marketplace
All plugins

algolia

v1.0.0-ghast.1

Inspect and manage Algolia search workflows and search public developer documentation with DocSearch.

Agent Plugins1 Skill2 MCP serversStreamable HTTP

By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/algolia/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/algolia/
├── plugin.json
├── skills/algolia/SKILL.md
└── mcp.json

Included Skills1

algoliaskills/algolia/SKILL.md

Use Algolia in Ghast. Inspect and manage Algolia search workflows and search public developer documentation with DocSearch. 查看与管理 Algolia 搜索工作流,并通过 DocSearch 检索公开开发文档。

MCP servers2

algoliaStreamable HTTP
url
https://mcp.algolia.com/mcp
algolia-docsearchStreamable HTTP
url
https://mcp.algolia.com/1/docsearch/mcp

Plugin manifests1

plugins/algolia/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "algolia",
  "version": "1.0.0-ghast.1",
  "description": "Inspect and manage Algolia search workflows and search public developer documentation with DocSearch.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://www.algolia.com/doc/guides/model-context-protocol/productivity-mcp",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://www.algolia.com/doc/guides/model-context-protocol/productivity-mcp",
      "connectorPublisher": "Algolia",
      "category": "development",
      "icon": "./assets/icon.svg",
      "displayName": "Algolia",
      "descriptions": {
        "en": "Inspect and manage Algolia search workflows and search public developer documentation with DocSearch.",
        "zh-CN": "查看与管理 Algolia 搜索工作流,并通过 DocSearch 检索公开开发文档。"
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[algolia on Agent Plugins Marketplace](https://pluginsmp.com/plugins/algolia)