Searchable AccelByte Extend SDK reference (C#, Go, Java, Python) for AI coding assistants
Ags Extend Sdk MCP server exists for a simple reason — assistants are far more useful when they can act on Ags Extend Sdk directly instead of describing what you should do. Searchable AccelByte Extend SDK reference (C#, Go, Java, Python) for AI coding assistants.
A Model Context Protocol (MCP) server that gives AI assistants (VS Code Copilot, Cursor, Claude, Gemini, Antigravity) the AccelByte Extend SDK as additional context — so they can answer questions about the SDK and generate correct Extend SDK code.
Once Ags Extend Sdk is connected, these are the calls the assistant has available:
Cursor — If your client can't reach an HTTP server, swap to: { "command": "npx", "args": ["-y", "mcp-remote", ""] }Antigravity — If your client can't reach an HTTP server, swap to: { "command": "npx", "args": ["-y", "mcp-remote", ""] }Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Ags Extend Sdk's toolset — Cursor, Antigravity — is a fair guide to whether it matches your workflow. It is maintained by accelbyte; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Cursor | If your client can't reach an HTTP server, swap to: { "command": "npx", "args": ["-y", "mcp-remote", "<URL>"] }. |
| Antigravity | If your client can't reach an HTTP server, swap to: { "command": "npx", "args": ["-y", "mcp-remote", "<URL>"] }. |
{
"mcpServers": {
"extend-sdk": {
"type": "http",
"url": "<URL>"
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.