# RAGMap MCP (npm · @khalidsaidi/ragmap-mcp)

Discover and recommend retriever MCP servers. Includes top picks and install config tools.

- Trust score: 60/100 (medium)
- Change this week: +36
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `ragmap-api.web.app`: 23/100, [markdown](https://verifymcp.io/servers/khalidsaidi-ragmap/ragmap-api.md), [page](https://verifymcp.io/servers/khalidsaidi-ragmap/ragmap-api)
- npm · `@khalidsaidi/ragmap-mcp`: 60/100 (this document), [markdown](https://verifymcp.io/servers/khalidsaidi-ragmap/khalidsaidi-ragmap-mcp.md), [page](https://verifymcp.io/servers/khalidsaidi-ragmap/khalidsaidi-ragmap-mcp)

## Channel facts

- Registry: `npm`
- Package: `@khalidsaidi/ragmap-mcp`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 71 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 353 tokens (~58/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add khalidsaidi-ragmap -- npx -y @khalidsaidi/ragmap-mcp
```

### Codex

```bash
codex mcp add khalidsaidi-ragmap -- npx -y @khalidsaidi/ragmap-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "khalidsaidi-ragmap": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@khalidsaidi/ragmap-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add khalidsaidi-ragmap --command npx --arg -y --arg @khalidsaidi/ragmap-mcp
```

### Hermes

```yaml
mcp_servers:
  khalidsaidi-ragmap:
    command: "npx"
    args: ["-y", "@khalidsaidi/ragmap-mcp"]
```

### Other

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 60, +55)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-08-01 (score 5, −13)

- [functional regression] Tool coverage: 100 → unverified

### 2026-07-31 (score 18, −6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 24, −18)

- [functional regression] Tool coverage: 100 → unverified

### 2026-07-28 (score 42, +18)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 0
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: pass

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (6)

### `rag_find_servers` (~116 tokens)

Find RAG MCP servers

Search/filter RAG-related MCP servers from the RAGMap subregistry.

Input parameters:

- `categories` (array)
- `citations` (boolean)
- `hasRemote` (boolean)
- `limit` (integer)
- `localOnly` (boolean)
- `minScore` (integer)
- `query` (string)
- `reachable` (boolean)
- `reachableMaxAgeHours` (integer)
- `registryType` (string)
- `serverKind` (string)
- `transport` (string)

### `rag_top_servers` (~83 tokens)

Top recommended servers

Get top recommended retriever MCP servers with smart defaults.

Input parameters:

- `categories` (array)
- `hasRemote` (boolean)
- `limit` (integer)
- `localOnly` (boolean)
- `minScore` (integer)
- `reachable` (boolean)
- `reachableMaxAgeHours` (integer)
- `serverKind` (string)

### `rag_get_server` (~53 tokens)

Get server

Fetch a server record by registry name (latest version). Use the exact name from the registry, e.g. io.github.khalidsaidi/ragmap for RAGMap.

Input parameters:

- `name` (string, required)

### `rag_list_categories` (~20 tokens)

List categories

List all RAG categories known to RAGMap.

### `rag_explain_score` (~50 tokens)

Explain score

Explain RAGMap scoring for a server. Use the registry server name, e.g. io.github.khalidsaidi/ragmap for RAGMap.

Input parameters:

- `name` (string, required)

### `rag_get_install_config` (~31 tokens)

Get install config

Get copy-ready Claude Desktop and generic MCP host config for a server.

Input parameters:

- `name` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/khalidsaidi-ragmap/khalidsaidi-ragmap-mcp#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 60
- 2026-08-01: 5
- 2026-07-31: 18
- 2026-07-30: 24
- 2026-07-28: 42
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/@khalidsaidi/ragmap-mcp
- Socket report: https://socket.dev/npm/package/@khalidsaidi/ragmap-mcp
- Repository: https://github.com/khalidsaidi/ragmap
- Website: https://ragmap-api.web.app/
- Changelog RSS feed: https://verifymcp.io/servers/khalidsaidi-ragmap/khalidsaidi-ragmap-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/khalidsaidi-ragmap/khalidsaidi-ragmap-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/khalidsaidi-ragmap/khalidsaidi-ragmap-mcp
