An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ags-extend-sdk-mcp-s": {
"command": "npx",
"args": [
"-y",
"AccelByte/ags-extend-sdk-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add ags-extend-sdk-mcp-s npx -y AccelByte/ags-extend-sdk-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ags-extend-sdk-mcp-s": {
"command": "npx",
"args": [
"-y",
"AccelByte/ags-extend-sdk-mcp-server"
]
}
}
}