Provides secure management of API keys and sensitive credentials
Powers the local MCP server to expose tools and functionality to client applications
Repository hosting for the MCP server code, accessible via git clone
Integrates with ChatGPT for intelligent search capabilities, allowing it to leverage knowledge bases for domain-specific queries
š§ MCP AI Server ā Modular Context Protocol for Intelligent Search
Welcome to the MCP AI Server, a powerful and modular tool that uses RAG-based retrieval, Pinecone vector storage, and MCP (Model Context Protocol) to create intelligent assistants capable of answering domain-specific questions from your own knowledge base.
š Features
ā
Local MCP server with FastAPI + Claude/ChatGPT integration
ā
Embedding using intfloat/multilingual-e5-large (via SentenceTransformer)
ā
Fast vector search with Pinecone
ā
Documented tools exposed to clients like Claude and Cursor IDE
ā
Secure .env usage for managing API keys
ā
Clean, extensible architecture
Related MCP server: Model Context Protocol Server