MCP (Model Context Protocol) server that exposes the Cortex AI RAG pipeline as standardized tools — compatible with Claude Desktop, Cursor, and VS Code.
| Tool | Description |
|---|---|
health_check |
Check if Cortex AI API is running |
upload_pdf |
Upload and index a PDF document |
ask_question |
Ask questions about uploaded PDF via RAG |
Claude Desktop / Cursor ↓ MCP Protocol Cortex MCP Server (server.py) ↓ HTTP REST Cortex AI FastAPI (api.py) ↓ RAG Pipeline (FAISS + LLM)
cd cortex-ai
python api.pycd cortex-mcp-server
python server.pyCopy claude_desktop_config.json contents to:
%APPDATA%\Claude\claude_desktop_config.json
pip install mcp anthropic httpxSai Charan Goud K AI/ML Engineer | MCP · RAG · LangChain · Docker GitHub · LinkedIn