Back to search
100
MCP live v0.1.0 streamable-http

redm-mcp

io.github.Cmoen11/redm-mcp

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

Uptime
100.0%
2 probes
Response
133ms
last probe
Tools
9
callable

Tools · 9

semantic_search

Search RedM/RDR3 docs by behavior, concept, OR exact token. Use when you don't have a specific native hash/name (use `lookup_native`) and the term isn't a known asset name in a large data table (use `…

list_namespaces

Orient yourself: list available doc categories and their namespaces. Use once at session start (or when unsure) before applying a `category=` / `namespace=` filter to `browse` / `semantic_search`. NOT…

browse

Enumerate doc paths in a category/namespace. Use to discover what exists before calling `get_document` or a targeted `grep_docs`. NOT a content search — use `semantic_search` for behavior/concept look…

get_document

Fetch full markdown of a doc by `path` (as returned by `browse`, `semantic_search`, or `grep_docs`). Use to retrieve full content after a search snippet looks promising. Pass `heading` (full breadcrum…

grep_docs

Find an EXACT literal token in raw doc files (markdown + lua). Use for specific weapon/ped/animation/prop/interior/zone names (`weapon_pistol_volcanic`, `a_c_bear_01`, `p_campfire01x`), known hashes (…

lookup_native

Resolve a RedM/RDR3 SCRIPT native by hash or name — O(1), exact. Use whenever you see `Citizen.InvokeNative(0x...)`, `Citizen.invokeNative('0x...')`, `GetHashKey('NAME')`, or a SCREAMING_SNAKE_CASE na…

asset_lookup

Resolve a RedM game-data asset (ped model, weapon, object, door, vehicle) by exact name, 32-bit hash, or partial-name search. O(1) structured lookup against pre-parsed discoveries tables — replaces th…

share_finding

Share a verified finding back to the docs corpus so the next agent can find it. Use AFTER solving a non-trivial problem to record what would have saved you time: a gotcha, a working parameter combo, a…

get_invoke_guide

Load the calling-convention reference for RedM/RDR3 natives in `js` or `lua`. Call ONCE per session before writing native-calling code — every native doc page only shows Lua examples, so JS/TS authors…

Similar MCP servers embedding-nearest

redm-mcp
RedM / RDR3 docs MCP server: native lookups, semantic search, VORP, RSGCore, oxmysql.
0 tools · streamable-http
com.windowsforum/mcp-server live
MCP server for WindowsForum.com with search, document retrieval, and real-time forum analytics.
22 tools · sse
com.thenextgennexus/social-content-mcp-server live
Dev.to, Steam, podcasts, Eventbrite — cross-format content discovery for AI curators.
4 tools · streamable-http
io.github.vfa-khuongdv/redmine
MCP server for Redmine API integration with AI agents.
0 tools
Microsoft Learn MCP live
Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.
3 tools · streamable-http
com.wolfram/mcp live
The Wolfram MCP Server transforms your AI environment into a rigorous computational powerhouse.
3 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "redm-mcp": {
      "url": "https://redm-mcp.fivem.no/mcp",
      "transport": "streamable-http"
    }
  }
}