rag-mcp

aidxhxr/rag-mcp
★ 0 stars TypeScript 🌐 Browser/Web Updated today
MCP server for external data sources for my RAG.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rag-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aidxhxr/rag-mcp"
      ]
    }
  }
}

README Excerpt

This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). First, run the development server: ```bash npm run dev yarn dev pnpm dev bun dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.