vista

navinkumaarpk/vista
★ 0 stars Java AI/LLM Updated 15d ago
VISTA — an agentic AI system for CMTS/ Cable Broadband NOC operations. Reactive triage + proactive monitoring with Tree-of-Thought reasoning, RAG grounding, and safety guardrails. Built on Spring Boot 4, Spring AI, pgvector, MongoDB, and an embedded MCP server.
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": {
    "vista": {
      "command": "npx",
      "args": [
        "-y",
        "navinkumaarpk/vista"
      ]
    }
  }
}

README Excerpt

An agentic AI system for vCMTS / cable broadband NOC operations. VISTA runs two tracks: reactive triage of service-group issues on demand, and proactive forecasting via a scheduled Monitor agent. It reasons with a Tree-of-Thought beam search, grounds classifications with RAG over a pgvector store, and operates

Tools (2)

vistavista_stats