Back to Home
HarshRohilla04 icon

Athena-MCP-RAG-server

Verified Safe

by HarshRohilla04

Overview

A Pinecone-based RAG server for Claude Desktop, designed for large-scale PDF ingestion, AI teaching tools, and RAG evaluation.

Installation

Run Command
python main.py

Environment Variables

  • PINECONE_API_KEY
  • PINECONE_INDEX_NAME
  • PINECONE_NAMESPACE
  • OPENAI_API_KEY
  • BOOK_PDF
  • BOOK_NAME
  • TESTSET_CSV_PATH

Security Notes

API keys are loaded from environment variables (`os.getenv`), preventing hardcoding. PDF processing utilizes `pdfplumber` and `base64` decoding for file uploads, which is standard but should be monitored for extremely large or malformed inputs to prevent resource exhaustion. No `eval` or direct command injection vulnerabilities were found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens6500
Stars0
Forks0
Last Update2025-12-21

Tags

RAGPineconePDF IngestionClaude DesktopAI Teacher