RAG MCP Registry Finder (RAGMap): subregistry API + MCP server + Firestore ingestion
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ragmap": {
"command": "npx",
"args": [
"-y",
"khalidsaidi/ragmap"
]
}
}
}
Run in terminal:
claude mcp add ragmap npx -y khalidsaidi/ragmap
Add to .cursor/mcp.json:
{
"mcpServers": {
"ragmap": {
"command": "npx",
"args": [
"-y",
"khalidsaidi/ragmap"
]
}
}
}