Servonaut for Grok
dev.servonaut/servonaut
Manage AWS, Hetzner, OVH and SSH servers: status, logs, CloudWatch, IP bans, safe command exec.
client:Grok
transport:stdio
runtime:pypi
Install Servonaut in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"servonaut": {
"type": "stdio",
"command": "uvx",
"args": [
"servonaut"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs