Back to Home
BingoWon icon

apple-rag-mcp

Verified Safe

by BingoWon

Overview

Provides a comprehensive RAG (Retrieval-Augmented Generation) server for AI agents to search and retrieve content from Apple's developer documentation and WWDC transcripts.

Installation

Run Command
wrangler deploy --env production

Environment Variables

  • RAG_DB_HOST
  • RAG_DB_PORT
  • RAG_DB_DATABASE
  • RAG_DB_USER
  • RAG_DB_PASSWORD
  • RAG_DB_SSLMODE
  • DEEPINFRA_API_KEY
  • TELEGRAM_BOT_URL

Security Notes

The server uses Cloudflare Workers, which provides a secure execution environment. Sensitive configurations (API keys, database credentials) are correctly handled via environment variables (Cloudflare Secrets) and not hardcoded. Database interactions use parameterized queries via 'postgres' library, reducing SQL injection risks. Input validation for URLs and queries is in place, and URL normalization helps prevent malformed requests. Logging includes user and request details for auditing. Dual-model fallback for reranking adds resilience. Background D1 writes ensure logging does not block the main request, enhancing performance and stability.

Similar Servers

Stats

Interest Score62
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars107
Forks10
Last Update2025-12-08

Tags

AIRAGApple DocumentationSemantic SearchHybrid SearchMCP Server