mcp-pinecone

Model Context Protocol server to allow for reading and writing from Pinecone. Rudimentary RAG

GitHub Stars

143

User Rating

Not Rated

Favorites

0

Views

105

Forks

31

Issues

6

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.7 or higher
Pinecone Client: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/sirmews/mcp-pinecone.git
cd mcp-pinecone

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python server.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Unable to connect to Pinecone Solution: Verify API key and network connection.

Additional Resources