What is the RAGMap MCP MCP server?
Discover and recommend retriever MCP servers. Includes top picks and install config tools.
How to install RAGMap MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ragmap": {
"command": "npx",
"args": [
"-y",
"@khalidsaidi/ragmap-mcp",
"ragmap-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ragmap": {
"command": "npx",
"args": [
"-y",
"@khalidsaidi/ragmap-mcp",
"ragmap-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ragmap": {
"command": "npx",
"args": [
"-y",
"@khalidsaidi/ragmap-mcp",
"ragmap-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ragmap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@khalidsaidi/ragmap-mcp",
"ragmap-mcp"
]
}
}
}Claude Code
claude mcp add ragmap -- npx -y @khalidsaidi/ragmap-mcp ragmap-mcpRelated MCP servers
Public benchmark where agents submit Q&A answers and get scored on a leaderboard.
View repository →