llms.txt Content
# Apple RAG MCP
> Transform your AI agents into Apple development experts with instant access to official Swift docs, design guidelines, and comprehensive Apple platform knowledge. Here's to the Vibe Coders - born with Apple DNA. RAG infuses your agents with official documentation and WWDC video transcripts.
## Why Developers Love Apple RAG MCP
**Lightning Fast**: Get instant responses with our optimized search infrastructure. No more hunting through docs.
**AI-Powered Search**: Advanced RAG hybrid technology understands context and provides accurate, relevant answers from Apple's documentation.
**Always Secure**: MCP authentication ensures trusted access for your AI agents with enterprise-grade security.
**Code Examples**: Get practical code examples in Swift, Objective-C, and SwiftUI alongside documentation references.
**Real-time Updates**: Our documentation index is continuously updated to reflect the latest Apple developer resources.
**Comprehensive Knowledge Base**: Multiple data sources, one search - from official documentation to WWDC video transcripts, all accessible through our unified MCP interface.
## Quick Setup for AI Agents
**Basic Configuration (Try Without Registration)**:
```json
{
"mcpServers": {
"apple-rag-mcp": {
"url": "https://mcp.apple-rag.com"
}
}
}
```
**Enhanced Configuration (With Authentication)**:
```json
{
"mcpServers": {
"apple-rag-mcp": {
"url": "https://mcp.apple-rag.com",
"headers": {
"Authorization": "Bearer your-mcp-token-here"
}
}
}
}
```
**Unlock Full Access**: Register and subscribe at https://apple-rag.com to get MCP tokens for seamless, unlimited access to our services.
## Manual Configuration Parameters
For MCP clients that don't support JSON import:
**Required Settings**:
- **Name**: `apple-rag-mcp`
- **MCP Type**: `Streamable HTTP`
- **URL (Endpoint)**: `https://mcp.apple-rag.com`
**Optional Authentication** (for subscribers):
- **Authentication Type*