Servonaut
Rank #1,536dev.servonaut/servonaut
Manage AWS, Hetzner, OVH and SSH servers: status, logs, CloudWatch, IP bans, safe command exec.
Servonaut is a Model Context Protocol (MCP) server published by zb-ss. It ranks #1,536 of 115,591 servers tracked on MCP Toplist, and its repository has 24 GitHub stars. Servonaut is listed across 3 registries — Official MCP, PulseMCP and Glama, with 16 tracked versions. It was first listed on Jun 10, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 114,055 of 115,591 servers on MCP Toplist.
Use Servonaut
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add servonaut -- uvx --from "servonaut[mcp]" servonaut --mcp[mcp_servers.servonaut]
command = "uvx"
args = ["--from", "servonaut[mcp]", "servonaut", "--mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"servonaut": {
"command": "uvx",
"args": [
"--from",
"servonaut[mcp]",
"servonaut",
"--mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"servonaut": {
"command": "uvx",
"args": [
"--from",
"servonaut[mcp]",
"servonaut",
"--mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"servonaut": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"servonaut[mcp]",
"servonaut",
"--mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"servonaut": {
"command": "uvx",
"args": [
"--from",
"servonaut[mcp]",
"servonaut",
"--mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"servonaut": {
"command": "uvx",
"args": [
"--from",
"servonaut[mcp]",
"servonaut",
"--mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.servonaut%2Fservonaut)<a href="https://mcptoplist.com/server/dev.servonaut%2Fservonaut"><img src="https://mcptoplist.com/badge/dev.servonaut%2Fservonaut.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
zb-ss
Available versions (16)
| Version | Published |
|---|---|
| 2.25.3 | Aug 27, 2026 |
| 2.25.2 | Aug 27, 2026 |
| 2.25.1 | Aug 24, 2026 |
| 2.25.0 | Aug 16, 2026 |
| 2.24.4 | Aug 5, 2026 |
| 2.24.3 | Aug 3, 2026 |
| 2.24.2 | Jul 31, 2026 |
| 2.24.1 | Jul 29, 2026 |
| 2.24.0 | Jul 26, 2026 |
| 2.23.8 | Jul 23, 2026 |
| 2.23.7 | Jul 22, 2026 |
| 2.23.6 | Jul 21, 2026 |
| 2.23.3 | Jul 18, 2026 |
| 2.23.0 | Jul 16, 2026 |
| 2.20.0 | Jun 18, 2026 |
| 2.19.2 | Jun 11, 2026 |
Frequently asked questions
- Who maintains Servonaut?
- Servonaut is maintained by zb-ss, which publishes 1 MCP server (16 total versions) tracked on MCP Toplist.
- Is Servonaut listed on the Official MCP Registry?
- Yes — Servonaut is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Servonaut have?
- MCP Toplist tracks 16 versions of Servonaut, most recently published on Aug 27, 2026.
- Where can I find the source code for Servonaut?
- The source code for Servonaut is hosted at github.com/zb-ss/servonaut.