Back to Home
AccelByte icon

ags-extend-sdk-mcp-server

Verified Safe

by AccelByte

Overview

Exposes AccelByte Extend SDK functions and models as contextual information to language models, enabling AI coding assistants to generate code and answer related questions.

Installation

Run Command
docker run -p 3000:3000 -e TRANSPORT=http -e PORT=3000 -e CONFIG_DIR=config/go -e NODE_ENV=production -e LOG_LEVEL=info ghcr.io/accelbyte/ags-extend-sdk-mcp-server:2026.1.0

Environment Variables

  • TRANSPORT
  • PORT
  • CONFIG_DIR
  • NODE_ENV
  • LOG_LEVEL

Security Notes

The server employs several good security practices for an HTTP server, including 'helmet' for security headers, configurable CORS (defaulting to same-origin), 'express-rate-limit' to prevent abuse, and request body size limits ('10mb'). Session IDs are generated using 'randomUUID()', and DNS rebinding protection is enabled. File access for loading symbols explicitly checks paths to prevent directory traversal. No direct 'eval()' calls or obvious hardcoded secrets were found in the provided code snippets.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens800
Stars0
Forks1
Last Update2026-01-14

Tags

Model Context ProtocolExtend SDKAI CodingDeveloper ToolsCode Generation