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
BeginnerEstimated 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
Author Information
50
Followers
76
Repositories
21
Gists
0
Total Contributions
Related MCPs
todo-txt-mcp
3
The Todo.txt MCP Server is a powerful Model Context Protocol server that connects your todo.txt files to AI assistants. It allows you to manage your todo list using natural language while maintaining the simplicity and portability of the todo.txt format. You can create, update, and delete tasks with AI assistance, and it provides statistics and insights about your productivity. It also integrates seamlessly with existing todo.sh setups.