Back to Home
vinayak-556 icon

mcp_server

Verified Safe

by vinayak-556

Overview

Provides semantic search capabilities over specific documentation (LangChain/LangGraph, RetellAI) using Pinecone as a vector store, exposed as tools via a FastMCP server.

Installation

Run Command
python server.py

Environment Variables

  • PINECONE_API_KEY
  • LANG_INDEX_NAME
  • RETELL_INDEX_NAME

Security Notes

Uses environment variables for API keys and index names, which is a good security practice. No direct use of 'eval' or other highly dangerous functions detected. The FastMCP framework is assumed to handle network security appropriately.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens20
Stars0
Forks0
Last Update2025-12-02

Tags

PineconeRAGSemantic SearchFastMCPAI