← Back to Plugins
MCP Server MCP

RAGMap MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @khalidsaidi/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://ragmap-api.web.app/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@khalidsaidi/ragmap-mcp",
      "version": "1.0.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "ragmap-mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...