Agent Plugins Marketplace
All plugins

chroma

v1.0.0-ghast.1

Manage Chroma Cloud collections and documents, run vector queries and inspect stored data.

Agent Plugins1 Skill1 MCP serverstdio

By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 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/chroma/.

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

Plugin files

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

Included Skills1

chromaskills/chroma/SKILL.md

Use Chroma in Ghast. Manage Chroma Cloud collections and documents, run vector queries and inspect stored data. 管理 Chroma Cloud 集合与文档、执行向量查询并检查存储数据。

MCP servers1

chromastdio
command
uvx
args
--python 3.12 chroma-mcp==0.2.6 --client-type cloud

Plugin manifests1

plugins/chroma/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "chroma",
  "version": "1.0.0-ghast.1",
  "description": "Manage Chroma Cloud collections and documents, run vector queries and inspect stored data.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://github.com/chroma-core/chroma-mcp",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://github.com/chroma-core/chroma-mcp",
      "connectorPublisher": "Chroma",
      "category": "databases",
      "icon": "./assets/icon.png",
      "displayName": "Chroma",
      "descriptions": {
        "en": "Manage Chroma Cloud collections and documents, run vector queries and inspect stored data.",
        "zh-CN": "管理 Chroma Cloud 集合与文档、执行向量查询并检查存储数据。"
      },
      "mcpServerExtensions": {
        "chroma": {
          "credentialEnv": {
            "CHROMA_TENANT": "$VAULT:chroma-tenant",
            "CHROMA_DATABASE": "$VAULT:chroma-database",
            "CHROMA_API_KEY": "$VAULT:chroma-api-key"
          }
        }
      }
    }
  }
}

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

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