Features
- Built-in skills for index management, semantic search, full-text search, assistant creation, and more
- Universal compatibility with any IDE that supports Agent Skills
- Works with the Pinecone MCP server for direct index operations
Prerequisites
- A Pinecone API key
- Node.js installed (for
npx) - Pinecone MCP server configured in your IDE (optional, enables the
queryskill) - uv installed (optional, runs bundled Python scripts)
- Pinecone CLI installed (optional, enables the
cliskill)
Installation
1
Set your API key
YOUR_API_KEY with your Pinecone API key.2
Install the skills
3
Configure the MCP server (optional)
For full functionality, configure the Pinecone MCP server in your IDE. This enables the
query skill and direct index operations.Available skills
MCP tools
Agent Skills work alongside the Pinecone MCP server, which provides tools for listing indexes, creating indexes, upserting records, searching, reranking, and more. Configure the MCP server in your IDE to enable thequery skill and direct index operations.
For the full list of MCP tools, see Use the Pinecone MCP server.