NimbleBrainInc/mcp-pinecone
If you are the rightful owner of mcp-pinecone and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Pinecone MCP Server is a server for managing and querying vector databases, specifically designed for similarity and semantic search applications.
Tools
Functions exposed to the LLM to take actions
list_indexes
List all indexes in the project.
create_index
Create a new vector index.
describe_index
Get index configuration and status.
delete_index
Delete an index.
upsert_vectors
Insert or update vectors with metadata.
query_vectors
Query similar vectors.
fetch_vectors
Fetch vectors by IDs.
update_vector
Update vector values or metadata.
delete_vectors
Delete vectors.
describe_index_stats
Get index statistics.
list_vector_ids
List all vector IDs.
create_collection
Create a collection (backup) from an index.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client