Explain how to use the Pinecone plugin with Claude Code. Helps users set API keys, learn existing functionality, or do a quickstart.
Explains Pinecone plugin setup, configuration, and functionality for vector search integration.
/plugin marketplace add pinecone-io/pinecone-claude-code-plugin/plugin install pinecone@pinecone-pluginsclaude-haiku-4-5Invoke (or suggest to the user to invoke) this command whenever a user tries to use the Pinecone MCP, slash command, or other Pinecone plugin functionality and gets a failure message. Invoke this command when it is likely the user has not configured the Pinecone plugin yet with an API key, or has not installed our CLI.
After a user has installed a Pinecone plugin, they will need to set their Pinecone API key in their development environment.
The best way to do this is set an environment variable called PINECONE_API_KEY:
export PINECONE_API_KEY="your-api-key-here"
The Pinecone Plugin is a lightweight package of tools that helps developers use Pinecone with Claude Code. It comes bundled with:
brew tap pinecone-io/tap brew install pinecone-io/tap/pinecone