Serverscom.apple-rag/mcp-server
S

com.apple-rag/mcp-server

com.apple-rag/mcp-server · v2.9.0
● Remote
v2.9.0remote🌐 https://mcp.apple-rag.com↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "com.apple-rag/mcp-server",
  "description": "Apple Developer Documentation with Semantic Search, RAG, and AI reranking for MCP clients",
  "repository": {
    "url": "https://github.com/BingoWon/apple-rag-mcp",
    "source": "github"
  },
  "version": "2.9.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.apple-rag.com",
      "headers": [
        {
          "description": "MCP Token for authentication (optional - free tier available without token)",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}