What problem does it solve? Managing Pinecone vector databases often requires operations the MCP server cannot perform, such as vector upserts, queries with raw embeddings, backups, and namespace management across all index types. This Skill provides complete terminal-based control over Pinecone resources for both interactive work and CI/CD automation. ## Core Features & Use Cases - Full Vector Operations: Upsert, query, fetch, update, and delete vectors on any index type (standard, integrated, sparse), including queries with raw embedding vectors generated externally. - Index & Resource Management: Create, configure, and delete indexes, manage namespaces, organizations, projects, and API keys from the command line. - Backups & Automation: Create and restore index backups, preview destructive updates with dry-run mode, and script workflows using JSON output with jq. - Use Case: Before a production migration, create a backup with pc backup create, bulk-update vector metadata with a dry-run preview, then restore to a new index if anything goes wrong. ## Quick Start Ask the assistant to install the Pinecone CLI, authenticate with pc login, and list all indexes in your current project.