ellmos ServerCommander
Rank #17,969io.github.ellmos-ai/ellmos-servercommander-mcp
Server operations MCP: HTTP health checks, log analysis, deploy dry-runs, mail diagnostics.
ellmos ServerCommander is a Model Context Protocol (MCP) server published by ellmos-ai. It ranks #17,969 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ellmos ServerCommander is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 23, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 97,491 of 115,460 servers on MCP Toplist.
Use ellmos ServerCommander
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ellmos-servercommander-mcp -- npx -y ellmos-servercommander-mcp[mcp_servers.ellmos-servercommander-mcp]
command = "npx"
args = ["-y", "ellmos-servercommander-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ellmos-servercommander-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-servercommander-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ellmos-servercommander-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-servercommander-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ellmos-servercommander-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ellmos-servercommander-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ellmos-servercommander-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-servercommander-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ellmos-servercommander-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-servercommander-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/io.github.ellmos-ai%2Fellmos-servercommander-mcp)<a href="https://mcptoplist.com/server/io.github.ellmos-ai%2Fellmos-servercommander-mcp"><img src="https://mcptoplist.com/badge/io.github.ellmos-ai%2Fellmos-servercommander-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ellmos-ai
Other servers by ellmos-ai
- ellmos ControlCenter#11,117 · 1 ver
- open-compute (computer-use)#11,854 · 2 vers
- ellmos Homebase#13,790 · 1 ver
- Ellmos Clatcher MCP#14,109 · 1 ver
- ellmos Blender Use#14,328 · 1 ver
- n8n Manager MCP#27,068 · 1 ver
- ellmos FileCommander#29,654 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0-alpha.14 | Jul 24, 2026 |
Frequently asked questions
- Who maintains ellmos ServerCommander?
- ellmos ServerCommander is maintained by ellmos-ai, which publishes 12 MCP servers (9 total versions) tracked on MCP Toplist.
- Is ellmos ServerCommander listed on the Official MCP Registry?
- Yes — ellmos ServerCommander is listed on the Official MCP Registry, alongside Glama.
- How many versions does ellmos ServerCommander have?
- MCP Toplist tracks 1 version of ellmos ServerCommander, most recently published on Jul 24, 2026.
- Where can I find the source code for ellmos ServerCommander?
- The source code for ellmos ServerCommander is hosted at github.com/ellmos-ai/ellmos-servercommander-mcp.