ragie-mcp-server

ragieai/ragie-mcp-server
★ 87 stars JavaScript 🤖 AI/LLM Updated 2mo ago
Ragie Model Context Protocol Server
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ragie-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ragieai/ragie-mcp-server"
      ]
    }
  }
}