The atlas, within reach

Your editor.
Our reference.
Better answers.

Give your AI the context your code deserves. Connect the FiveM knowledge base through the Model Context Protocol.

Set up your connection

HTTP TRANSPORT / FIVEM KNOWLEDGE BASE

Your editorVS Code · Cursor · Claude Code
MCP / HTTP
NATIVE ATLASA field guide for builders
NativesDocsAssetsFindings

The same sources you browse.
Available to the tools you build with.

01 / Precision

Real signatures.
Fewer guesses.

Look up native names, hashes, parameters, and return types from the reference.

02 / Context

The gotchas
come with it.

Linked community findings and native warnings help surface the details that matter.

03 / Discovery

Describe the goal.
Find the source.

Semantic search connects behavior questions to native and framework documentation.

Make the connection

A small config.
A deeper reference.

Choose your client, add the server, then ask a question. Each game has its own endpoint.

If your client requests authorization, follow its sign-in prompt. Client support for MCP can vary by version.

01

Open your MCP configuration

Add this server to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for all projects.

.cursor/mcp.json
{
  "mcpServers": {
    "fivem-atlas": {
      "url": "https://fivem-mcp.fivem.no/mcp"
    }
  }
}
02

Connect, then ask with context

Open Cursor settings → Tools & MCP. Confirm the server connects and enable its tools in agent chat. Ask your AI to use the FiveM reference for its answer.

Start a conversation

Good questions.
Grounded answers.

Try these prompts in your connected editor. They are starting points, not pre-generated answers.

01

Find the FiveM native for creating a vehicle. Explain its parameters and cleanup requirements.

02

How do I add an item to a player’s QBCore inventory? Look up the documentation.

03

Find the model names and hashes for vehicles matching “sultan”.

Prefer to explore by hand?Open the FiveM reference