Point your AI at your game server
Connect your own AI assistant and ask it real questions about your server. Why did it crash. What is eating the disk. Which addon is throwing errors. It reads the actual files and logs, not a guess.
One command in your terminal
claude mcp add --transport http --scope user zeros-host https://panel.zerosrp.co.uk/mcp \
--header "Authorization: Bearer YOUR_API_KEY"Create your API key in the panel under Account, then API Credentials. Paste it in place of YOUR_API_KEY, then restart your assistant.
Works with your assistant
Anything that speaks the Model Context Protocol can connect. The panel builds the exact snippet for whichever one you use, with your key already in it.
Connects directly
Paste one command or config block and you are connected.Needs a one line bridge
Needs a small local relay, because these expect a local process rather than a URL.Coming soon
Hosted assistants that require OAuth Dynamic Client Registration. We are building it.Listed by what actually works today rather than what we would like to claim. When the hosted assistants gain support, they move up the list and this page changes with them.
Things people actually ask it
You talk to your assistant normally. It decides which of the tools below to use.
“Read the last 50 console lines and tell me why the server crashed”
“What is using the most disk space on my server”
“Search my addons folder for anything that looks like a backdoor”
“Which of my servers is closest to its memory limit”
“Show me what changed on this server in the last day”
“Has my AI touched anything on this server”
Everything it can see
Eleven tools, all read only.
Your servers
list_serversEvery server on your account. Start here: it returns the identifier the other tools need.
server_detailsGame, limits, allocations and current state for one server.
resource_usageLive CPU, memory, disk and network use.
Files
list_directoryWhat is in a folder.
list_directory_recursiveA whole subtree in one call, for questions like "what addons are installed".
read_fileThe contents of a config, log or script.
search_filesFind files by name or content, with optional subtree, extension, regex and result limits.
storage_breakdownHow much of your disk and backup allowance is used.
Logs and history
console_logsRecent console output, with colour codes stripped so it reads cleanly.
activity_logWhat happened on this server, for "what changed just before it broke".
api_activityWhat your AI has been doing, separated from your own sign-ins.
What it cannot do, and why
Handing an AI access to a live game server deserves more than a promise, so here is exactly where the limits are.
It can read, and only read
There is no tool here that writes a file, deletes anything, restarts a server or changes a setting. Not disabled by a flag you could flip: the code has no write path at all, and a build check fails if anyone ever adds one.
Secrets never reach the AI
Your server settings include things like a Discord bot token, a Steam login token or an RCON password. Those values are stripped out before anything is sent, because tool output travels to whichever AI provider you use. You still see the setting names, just not their values.
Your key, your permissions
We hold no credential of our own. Your panel API key is passed straight through, so the AI can reach exactly the servers you can and nothing else. Revoke the key and access stops immediately.
Server content is treated as data
Your logs contain text typed by players. Everything returned is labelled to the AI as information to analyse rather than instructions to follow, so a player writing something that looks like a command cannot steer your assistant.
It can
- Read any file on your server
- Read console output and logs
- See resource use and limits
- See your account audit trail
It cannot
- Edit, create or delete files
- Start, stop or restart anything
- Run console or RCON commands
- See passwords, tokens or keys
- Touch anyone else’s server
See everything your AI has done
Every action taken with an API key is recorded and marked as coming from a key rather than from you signing in. That includes file reads, so you can see what an assistant looked at, not just what it changed. Ask it to check api_activity, or open Activity in your panel account at any time.
“Show me every file my AI has read on this server today”
Reads are logged the same way writes are, so when write access does arrive there will already be a full record of it.
Questions
Which AI assistants work with this?
Claude Code works today with a single command. Other assistants are being added as they finish supporting the connection standard this uses.
Can the AI break my server?
No. Every tool is read-only. It can look at files, logs and settings, and it cannot change, delete or restart anything. Write access is planned for a later version, behind a confirmation step for each action.
Can it see my passwords and tokens?
No. Values that look like a secret, such as a Discord bot token, a Steam login token or an RCON password, are removed before anything leaves the panel. The setting name is still visible so the AI can tell you a value is set, without seeing it.
How do I see what the AI has done?
Ask it to check api_activity, or open Activity in your panel account. Every action taken with an API key is marked as such, so AI activity is separated from your own sign-ins. File reads are recorded too.
How do I turn it off?
Delete the API key under Account then API Credentials in the panel. Access stops the moment you do, with nothing else to undo.
Does this cost anything?
No. It is included with every server. You pay only for whatever AI assistant you already use.
Already have a server with us
Create an API key in your panel and run the command above. If you do not have a server yet, every plan includes this, and so does the free trial.