Skip to main content
Glama

FiveM MCP Server

by eeharumt
.gitignore2.61 kB
# ================================================== # MCP-FiveM Project .gitignore # TypeScript + Node.js + FiveM + MCP Development # ================================================== # ----- Node.js Dependencies ----- node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # ----- Build Output ----- build/ dist/ lib/ out/ .output/ .nuxt/ .next/ # ----- TypeScript ----- *.tsbuildinfo *.d.ts.map .tscache/ # ----- Environment Variables ----- .env .env.* !.env.example .envrc # ----- Logs ----- logs/ *.log log-*.txt npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # ----- Runtime Data ----- pids/ *.pid *.seed *.pid.lock .grunt/ # ----- Test Coverage ----- coverage/ .nyc_output/ .c8/ *.lcov # ----- IDE/Editor Files ----- .vscode/ !.vscode/extensions.json !.vscode/settings.json .idea/ *.swp *.swo *~ .project .classpath .settings/ *.sublime-project *.sublime-workspace # ----- OS Generated Files ----- .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db desktop.ini $RECYCLE.BIN/ # ----- FiveM Specific ----- # Server Files txData/ cache/ citizen/ server.cfg server-data/ fxserver.exe FXServer.exe run.cmd run.sh start.bat start.sh # FiveM Logs fxserver.log server.log console.log scriptlog_*.txt # FiveM Cache citizen/cache/ citizen/scripting/ citizen/system_resources/ # ----- MCP Specific ----- .mcp/ mcp-logs/ .mcp.json .mcp.json.bak inspector-*.json # ----- Temporary Files ----- tmp/ temp/ *.tmp *.temp .cache/ # ----- Package Manager Files ----- # Keep pnpm-lock.yaml for reproducible builds package-lock.json yarn.lock .pnpm-store/ # ----- Backup Files ----- *.bak *.backup *~ *.orig # ----- Development Tools ----- .eslintcache .stylelintcache .prettierignore *.tgz *.tar.gz # ----- Debug Files ----- *.map .vscode/launch.json chrome-debug-*.log # ----- Local Configuration ----- config/local.json config/local.js local.json local.js # ----- Security ----- *.pem *.key *.crt *.p12 *.pfx secrets/ # ----- Documentation Build ----- docs/.vuepress/dist/ docs/.vitepress/dist/ # ----- Miscellaneous ----- .sass-cache/ .connect.lock .grunt/ .eslintcache *.tsbuildinfo .npm .node_repl_history .pnpm-debug.log* .yarn-integrity .yarn/cache/ .yarn/unplugged/ .yarn/build-state.yml .yarn/install-state.gz .pnp.* # ----- Project Specific ----- # Test files that shouldn't be committed test-*.js debug-*.js *.test.local.* # Development process files CLAUDE.md plan.md dev-notes.md todo.md # Local FiveM development /local-server/ /test-server/ # Generated documentation /docs/api/ /docs/build/

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/eeharumt/fivem-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server