Redm MCP

Model Context Protocol (MCP) server for RedM / RDR3: native lookups (hash ↔ name), semantic search, framework docs (VORP, RSGCore, oxmysql), and the rdr3_discoveries community data (peds, weapons, animations, AI flags, props, audio banks). Gives AI coding agents (Claude Code, Cursor, Claude Desktop, VS Code Copilot, Zed, …) exact answers instead of guesses. Its 6 documented tools cluster into read & search, semantic, grep, browse. It is available as a remote MCP endpoint.

Teams that want a hosted gaming endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-05-02 · ★ 3 · #35 OF 35 MAINTAINED GAMING · VERIFIED 2026-08-25

how we verify → /methodology

01 · Install Redm MCP

Claude Code

claude mcp add cmoen11-redm-mcp-public --transport http https://redm-mcp.fivem.no/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cmoen11-redm-mcp-public": {
      "url": "https://redm-mcp.fivem.no/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://redm-mcp.fivem.no/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to redm-mcp.fivem.no

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license no standard license detected - usage rights unclear; check the repo before commercial use

registry namespace io.github.Cmoen11 is GitHub-verified and matches the repo owner

03 · What Redm MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search by behavior/concept ("teleport player", "spawn horse"), list categories and namespaces, list document paths under a category/namespace, and fetch full markdown for a doc path.

Capability map

Tools grouped from the project's README - what Redm MCP lets an agent do.

read & search

3 tools - e.g. Exact lookup by hash or name. O(1). Use for Citizen.InvokeNative(0x...) or SCREAMING_SNAKE_CASE names.; List categories and namespaces.; Fetch full markdown for a doc path.

lookup_native · list_namespaces · get_document

Semantic

1 tool - e.g. Search by behavior/concept ("teleport player", "spawn horse").

semantic_search

Grep

1 tool - e.g. Regex/literal grep across raw doc files. Required for the large rdr3_discoveries data tables (audio_banks, ingameanims, …) which are only preview-indexed in emb

grep_docs

Browse

1 tool - e.g. List document paths under a category/namespace.

browse

Latest releases

v0.1.0 · 2026-05-02

First public release of redm-mcp. · Hosted MCP server at (HTTP transport, no auth) · lookup_native, semantic_search, grep_docs, list_namespaces, browse, get_document · RedM/RDR3 natives, VORP, RSGCore, oxmysql…

04 · Who maintains Redm MCP

redm-mcp is maintained by cmoen11. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
gaming - ranked #35 of 35 actively-maintained gaming servers as of 2026-08-25.
registry
io.github.Cmoen11/redm-mcp (active, first published 2026-05-02)

06 · Redm MCP FAQ

Is Redm MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-02. We re-verify nightly.

What can Redm MCP do?

With this server connected, an agent can search by behavior/concept ("teleport player", "spawn horse"), list categories and namespaces, list document paths under a category/namespace, and fetch full markdown for a doc path.

How do I install Redm MCP?

Run `claude mcp add cmoen11-redm-mcp-public --transport http https://redm-mcp.fivem.no/mcp`. You can also paste the ready-made client config above.

Does Redm MCP require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Redm MCP