A lightweight Claude Code plugin that wires Pinecone into your editor so you can build retrieval-augmented workflows without leaving it. It recognizes both slash commands and natural language, and bundles a full MCP server for managing indexes.
What it does
- Semantic search across your vector indexes using conversational queries
- Managed RAG for document Q&A, with citations, via Pinecone Assistant
- Index management — create, search, and upsert — through the MCP server
- Quick Pinecone operations from slash commands or plain language
It's MIT-licensed and meant to scale from a quick prototype to a production document Q&A system.