Skip to main content
AggregatorsTypeScript

khalidsaidi/ragmap

MapRag: RAG-focused subregistry + MCP server to discover and route to retrieval-capable MCP servers using structured constraints and explainable ranking.

aggregatorscloud-servicelocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/khalidsaidi/ragmap

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Aggregators
Language
TypeScript
Author
khalidsaidi