AGS API for VS Code
io.github.accelbyte/ags-api-mcp-server
Stateless MCP server for AccelByte Gaming Services APIs with OpenAPI integration
client:VS Code
transport:streamable-http
Install AGS API in VS Code
.vscode/mcp.json
{
"servers": {
"ags-api-mcp-server": {
"type": "http",
"url": "https://{studio}-{game}.prod.gamingservices.accelbyte.io/mcp/{studio}-{game}"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs