Skip to content
Claude Desktop

redm-mcp for Claude Desktop

io.github.cmoen11/redm-mcp

RedM / RDR3 docs MCP server: native lookups, semantic search, VORP, RSGCore, oxmysql.

client:Claude Desktop transport:streamable-http

Install redm-mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "redm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://redm-mcp.fivem.no/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

redm-mcp in other clients