Skip to content
MCP Server Community By @khalidsaidi

khalidsaidi/ragmap

πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MapRag: RAG-focused subregistry + MCP server to discover and route to retrieval-capable MCP servers using structured constraints and explainable ranking.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: khalidsaidi/ragmap Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-khalidsaidi-ragmap

Detailed Documentation

πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MapRag: RAG-focused subregistry + MCP server to discover and route to retrieval-capable MCP servers using structured constraints and explainable ranking.

Configuration

{
  "mcpServers": {
    "khalidsaidi-ragmap": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-khalidsaidi-ragmap"
      ],
      "env": {}
    }
  }
}