Agent Plugins Marketplace
All plugins

xata

v1.0.0-ghast.1

Explore Postgres schemas, query data and manage database branches through Xata’s official MCP service.

Agent Plugins1 Skill1 MCP serverStreamable HTTP

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/xata/.

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

Plugin files

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

Included Skills1

xataskills/xata/SKILL.md

Use Xata in Ghast. Explore Postgres schemas, query data and manage database branches through Xata’s official MCP service. 通过 Xata 官方 MCP 服务探索 Postgres 结构、查询数据并管理数据库分支。

MCP servers1

xataStreamable HTTP
url
https://api.xata.tech/mcp

Plugin manifests1

plugins/xata/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "xata",
  "version": "1.0.0-ghast.1",
  "description": "Explore Postgres schemas, query data and manage database branches through Xata’s official MCP service.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://xata.io/docs/platform/mcp",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://xata.io/docs/platform/mcp",
      "connectorPublisher": "Xata",
      "category": "data",
      "icon": "./assets/icon.svg",
      "displayName": "Xata",
      "descriptions": {
        "en": "Explore Postgres schemas, query data and manage database branches through Xata’s official MCP service.",
        "zh-CN": "通过 Xata 官方 MCP 服务探索 Postgres 结构、查询数据并管理数据库分支。"
      }
    }
  }
}

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

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