PluginBench
MCP Server
Active
MIT

ellmos ServerCommander MCP Server

io.github.ellmos-ai/ellmos-servercommander-mcp

What is the ellmos ServerCommander MCP server?

Server operations MCP: HTTP health checks, log analysis, deploy dry-runs, mail diagnostics.

How to install ellmos ServerCommander

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ellmos-servercommander-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-servercommander-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ellmos-servercommander-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-servercommander-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ellmos-servercommander-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-servercommander-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ellmos-servercommander-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ellmos-servercommander-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add ellmos-servercommander-mcp -- npx -y ellmos-servercommander-mcp

Related MCP servers

Filesystem MCP server: files, processes, sessions, async search, OCR, archives, safe delete.

4
JavaScript
MIT
View repository →

Developer MCP server: code analysis, JSON repair, imports, diffs, regex, format conversion.

3
TypeScript
MIT
View repository →

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.

2
TypeScript
MIT
View repository →

Headless Blender asset QA over MCP: background script runs and FBX reimport verification.

1
JavaScript
MIT
View repository →

Utility MCP server: JSON repair, encoding fixes, conversion, duplicates, batch rename, archives.

1
TypeScript
MIT
View repository →

MCP control plane: local server discovery, profiles, capability bundles, and policy audits.

1
TypeScript
MIT
View repository →