Back to Home
vinayak-556 icon

mcp_server

Verified Safe

by vinayak-556

Overview

An AI-powered server providing semantic search capabilities over various documentation sources (LangChain/LangGraph, RetellAI, Make.com) using OpenAI embeddings and Pinecone vector databases, exposed as an MCP (Multi-tool Coordination Protocol) server.

Installation

Run Command
python server.py

Environment Variables

  • PINECONE_API_KEY
  • OPENAI_API_KEY

Security Notes

API keys are loaded from environment variables, preventing hardcoding. No use of dangerous functions like 'eval' or 'exec' was found. The interaction with external services (OpenAI, Pinecone) is through well-defined SDKs, and user input is processed safely for embeddings and vector database queries.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens30
Stars0
Forks0
Last Update2025-12-23

Tags

AISearchEmbeddingsRAGAPI