serverops-mcp

hazelworksmaster/serverops-mcp
★ 0 stars Go AI/LLM Updated today
Server Management MCP Agent
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "serverops-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/hazelworksmaster/serverops-mcp@latest"
      ]
    }
  }
}

README Excerpt

ServerOps MCP는 MCP 호환 AI가 소규모 Linux 서버를 안전하게 조회하고 관리할 수 있도록 하는 서버 관리 도구다. 현재 저장소는 다음 애플리케이션을 하나의 Go 워크스페이스에서 관리한다. - `Node Agent`: 개별 관리 대상 서버에 설치되는 MCP Server - `MCP Gateway`: 여러 Node Agent를 통합 관리하는 선택적 중앙 서비스 - `Contracts`: 애플리케이션 사이에서 공유할 수 있는 최소 데이터 계약 ```text apps/node-agent/ 우선 개발할 개별 서버용 Agent와 제한 실행기

Tools (1)

Contracts