couchbase
v1.0.0-ghast.1Inspect Couchbase schemas, query documents and analyze cluster health with the official MCP server.
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-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/couchbase/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/couchbase/SKILL.md└── mcp.json
Included Skills1
Use Couchbase in Ghast. Inspect Couchbase schemas, query documents and analyze cluster health with the official MCP server. 通过 Couchbase 官方 MCP 检查数据结构、查询文档并分析集群健康情况。
MCP servers1
- command
- uvx
- args
- --python 3.12 couchbase-mcp-server==1.0.1.post1 --read-only-mode=true --log-sinks=stderr
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "couchbase",
"version": "1.0.0-ghast.1",
"description": "Inspect Couchbase schemas, query documents and analyze cluster health with the official MCP server.",
"author": {
"name": "Ghast AI",
"url": "https://ghast.trapezohe.ai"
},
"homepage": "https://mcp-server.couchbase.com/",
"license": "MIT",
"extensions": {
"ai.trapezohe.ghast": {
"officialConnectorSource": "https://mcp-server.couchbase.com/",
"connectorPublisher": "Couchbase",
"category": "data",
"icon": "./assets/icon.png",
"displayName": "Couchbase",
"descriptions": {
"en": "Inspect Couchbase schemas, query documents and analyze cluster health with the official MCP server.",
"zh-CN": "通过 Couchbase 官方 MCP 检查数据结构、查询文档并分析集群健康情况。"
},
"mcpServerExtensions": {
"couchbase": {
"credentialEnv": {
"CB_CONNECTION_STRING": "$VAULT:couchbase-url",
"CB_USERNAME": "$VAULT:couchbase-user",
"CB_PASSWORD": "$VAULT:couchbase-password"
}
}
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[couchbase on Agent Plugins Marketplace](https://pluginsmp.com/plugins/couchbase)