pinecone
v1.0.0-ghast.1Manage Pinecone vector indexes, upsert records, query data and search official documentation.
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/pinecone/.
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/pinecone/SKILL.md└── mcp.json
Included Skills1
Use Pinecone in Ghast. Manage Pinecone vector indexes, upsert records, query data and search official documentation. 管理 Pinecone 向量索引、写入记录、查询数据并搜索官方文档。
MCP servers1
- command
- npx
- args
- -y @pinecone-database/[email protected]
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "pinecone",
"version": "1.0.0-ghast.1",
"description": "Manage Pinecone vector indexes, upsert records, query data and search official documentation.",
"author": {
"name": "Ghast AI",
"url": "https://ghast.trapezohe.ai"
},
"homepage": "https://docs.pinecone.io/guides/operations/mcp-server",
"license": "MIT",
"extensions": {
"ai.trapezohe.ghast": {
"officialConnectorSource": "https://docs.pinecone.io/guides/operations/mcp-server",
"connectorPublisher": "Pinecone",
"category": "data",
"icon": "./assets/icon.png",
"displayName": "Pinecone",
"descriptions": {
"en": "Manage Pinecone vector indexes, upsert records, query data and search official documentation.",
"zh-CN": "管理 Pinecone 向量索引、写入记录、查询数据并搜索官方文档。"
},
"mcpServerExtensions": {
"pinecone": {
"credentialEnv": {
"PINECONE_API_KEY": "$VAULT:pinecone-api-key"
}
}
}
}
}
}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.
[pinecone on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pinecone)