RAGMap MCP
Rank #10,973io.github.khalidsaidi/ragmap
Discover RAG-capable MCP servers. Search by meaning; filter by remote, citations, local. Four tools.
RAGMap MCP is a Model Context Protocol (MCP) server published by khalidsaidi. It ranks #10,973 of 132,113 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. RAGMap MCP is listed across 3 registries — Official MCP, Glama and mcp.so, with 4 tracked versions. It was first listed on Feb 10, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 121,140 of 132,113 servers on MCP Toplist.
Use RAGMap MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http ragmap https://ragmap-api.web.app/mcpclaude mcp add ragmap -- npx -y @khalidsaidi/ragmap-mcp ragmap-mcp[mcp_servers.ragmap]
url = "https://ragmap-api.web.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.ragmap]
command = "npx"
args = ["-y", "@khalidsaidi/ragmap-mcp", "ragmap-mcp"]Add to ~/.codex/config.toml.
https://ragmap-api.web.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"ragmap": {
"command": "npx",
"args": [
"-y",
"@khalidsaidi/ragmap-mcp",
"ragmap-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ragmap": {
"url": "https://ragmap-api.web.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"ragmap": {
"command": "npx",
"args": [
"-y",
"@khalidsaidi/ragmap-mcp",
"ragmap-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ragmap": {
"type": "http",
"url": "https://ragmap-api.web.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"ragmap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@khalidsaidi/ragmap-mcp",
"ragmap-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ragmap": {
"serverUrl": "https://ragmap-api.web.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ragmap": {
"command": "npx",
"args": [
"-y",
"@khalidsaidi/ragmap-mcp",
"ragmap-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ragmap": {
"url": "https://ragmap-api.web.app/mcp"
}
}
}{
"mcpServers": {
"ragmap": {
"command": "npx",
"args": [
"-y",
"@khalidsaidi/ragmap-mcp",
"ragmap-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.khalidsaidi%2Fragmap)<a href="https://mcptoplist.com/server/io.github.khalidsaidi%2Fragmap"><img src="https://mcptoplist.com/badge/io.github.khalidsaidi%2Fragmap.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
khalidsaidi
Other servers by khalidsaidi
View all khalidsaidi servers →Available versions (4)
| Version | Published |
|---|---|
| 1.0.2 | Aug 28, 2026 |
| 1.0.1 | May 23, 2026 |
| 0.1.3 | Feb 18, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains RAGMap MCP?
- RAGMap MCP is maintained by khalidsaidi, which publishes 2 MCP servers (30 total versions) tracked on MCP Toplist.
- Is RAGMap MCP listed on the Official MCP Registry?
- Yes — RAGMap MCP is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does RAGMap MCP have?
- MCP Toplist tracks 4 versions of RAGMap MCP, most recently published on Aug 28, 2026.
- Where can I find the source code for RAGMap MCP?
- The source code for RAGMap MCP is hosted at github.com/khalidsaidi/ragmap.git.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.