opensvc-ai-agent

hugobrenet/opensvc-ai-agent
★ 1 stars Go AI/LLM Updated today
Standalone Go daemon that orchestrates LLM providers and OpenSVC MCP servers for authenticated AI-assisted cluster diagnostics.
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": {
    "opensvc-ai-agent": {
      "command": "go",
      "args": [
        "run",
        "github.com/hugobrenet/opensvc-ai-agent@latest"
      ]
    }
  }
}