RAGMap MCP
Try it: https://ragmap-api.web.app/browse/ Start here: https://github.com/khalidsaidi/ragmap/discussions/17. It runs locally over stdio via the published package.
People who work with agent tools, rag and registry and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
NO LONGER MAINTAINED
LAST COMMIT 2026-08-28 · ★ 6 · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install RAGMap MCP
before you install - you'll need
Set API_BASE_URL, MCP_URL before connecting.
Claude Code
claude mcp add khalidsaidi-ragmap -- npx -y @khalidsaidi/ragmap-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"khalidsaidi-ragmap": {
"command": "npx",
"args": [
"-y",
"@khalidsaidi/ragmap-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package @khalidsaidi/ragmap-mcp - published under the repo owner's npm scope (@khalidsaidi)
registry namespace io.github.khalidsaidi is GitHub-verified and matches the repo owner
03 · What RAGMap MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
v1.0.0 · 2026-03-01
Ragmap v1.0.0 - Reachability You Can Trust · Try it: · Ragmap is a discovery + trust layer for MCP servers focused on retrieval/RAG. This release solidifies "reachable" as a meaningful signal, adds actionable install…
v0.1.4 · 2026-02-20
v0.1.3 · 2026-02-20
04 · Who maintains RAGMap MCP
RAGMap MCP is maintained by khalidsaidi. We track 2 MCP servers from khalidsaidi - 1 actively maintained, 8 combined GitHub stars, oldest repo from Jan 2026. Full record: all servers from khalidsaidi.
05 · Facts
- repository
- github.com/khalidsaidi/ragmap
- category
- AI & ML - dead as of 2026-09-18.
- registry
- io.github.khalidsaidi/ragmap (deprecated, first published 2026-02-18 · 3 versions)
- packages
- npm:@khalidsaidi/ragmap-mcp
06 · RAGMap MCP FAQ
What is RAGMap MCP?
Try it: https://ragmap-api.web.app/browse/ Start here: https://github.com/khalidsaidi/ragmap/discussions/17. It runs locally over stdio via the published package.
Is RAGMap MCP still maintained?
Its last commit was 2026-08-28 (as of 2026-09-18) - we classify it as dead.
How do I install RAGMap MCP?
Run `npx -y @khalidsaidi/ragmap-mcp`. The README documents 2 environment variables (API_BASE_URL, MCP_URL) to set first. Set API_BASE_URL, MCP_URL before connecting. You can also paste the ready-made client config above.
Does RAGMap MCP run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to RAGMap MCP
Alternatives to RAGMap MCP
Maintained AI & ML servers if RAGMap MCP isn't the fit.
- Fun ASR Transcribe local audio with FunASR and SenseVoice using private, on-device inference. ★ 20,411 · 2026-09-18
- Auto TS Automated time series forecasting with model search, anomaly detection, and event risk analysis ★ 1,428 · 2026-08-25
- Haiku RAG Local-first agentic RAG with citations - hybrid search, reranking, multimodal document retrieval ★ 609 · 2026-09-17
- Plan Exe MCP server for generating rough-draft project plans from natural-language prompts. ★ 401 · 2026-09-13
- Local RAG (shinpr) Easy-to-setup local RAG server with minimal configuration ★ 398 · 2026-09-18
- PageIndex MCP Reasoning-based RAG system for chatting with long PDFs. Supports local and online files. ★ 388 · 2026-07-25
Pairs well with
Servers that cover what RAGMap MCP doesn't - only shown when the pairing reason fits the companion.