Agent Plugins Marketplace
All plugins

influxdb

v1.0.0-ghast.1

Connect to InfluxDB 3 through its official MCP for time-series queries, schema discovery and database administration, with a separate documentation service.

Agent Plugins1 Skill2 MCP serversstdioStreamable 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/influxdb/.

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

Plugin files

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

Included Skills1

influxdbskills/influxdb/SKILL.md

Use InfluxDB in Ghast. Connect to InfluxDB 3 through its official MCP for time-series queries, schema discovery and database administration, with a separate documentation service. 通过 InfluxDB 3 官方 MCP 查询时序数据、发现表结构和管理数据库,并连接独立的官方文档服务。

MCP servers2

influxdbstdio
command
npx
args
-y @influxdata/[email protected]
cwd
${PLUGIN_DATA}
env.INFLUX_DB_DATABASE_TOKEN
env.INFLUX_MCP_TOOL_PROFILE
operator
influxdb-docsStreamable HTTP
url
https://influxdb-docs.mcp.kapa.ai

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/influxdb/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "influxdb",
  "version": "1.0.0-ghast.1",
  "description": "Connect to InfluxDB 3 through its official MCP for time-series queries, schema discovery and database administration, with a separate documentation service.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://github.com/influxdata/influxdb3_mcp_server",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://github.com/influxdata/influxdb3_mcp_server",
      "connectorPublisher": "InfluxDB",
      "category": "data",
      "icon": "./assets/icon.png",
      "displayName": "InfluxDB",
      "descriptions": {
        "en": "Connect to InfluxDB 3 through its official MCP for time-series queries, schema discovery and database administration, with a separate documentation service.",
        "zh-CN": "通过 InfluxDB 3 官方 MCP 查询时序数据、发现表结构和管理数据库,并连接独立的官方文档服务。"
      },
      "mcpServerExtensions": {
        "influxdb": {
          "credentialEnv": {
            "INFLUX_DB_PRODUCT_TYPE": "$VAULT:influxdb-product-type",
            "INFLUX_DB_INSTANCE_URL": "$VAULT:influxdb-url",
            "INFLUX_DB_TOKEN": "$VAULT:influxdb-token",
            "INFLUX_DB_CLUSTER_ID": "$VAULT:influxdb-cluster-id",
            "INFLUX_DB_ACCOUNT_ID": "$VAULT:influxdb-account-id",
            "INFLUX_DB_MANAGEMENT_TOKEN": "$VAULT:influxdb-management-token"
          },
          "optionalCredentials": [
            "influxdb-url",
            "influxdb-token",
            "influxdb-cluster-id",
            "influxdb-account-id",
            "influxdb-management-token"
          ]
        }
      }
    }
  }
}

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

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