niagaramcp

mefodiytr/niagaramcp
★ 3 stars Java AI/LLM Updated 1d ago
Native Niagara Framework module exposing the Model Context Protocol — gives AI agents structured access to BMS points, alarms, and history MCP server as a Baja module for Tridium Niagara — runs inside the station, speaks HTTP/SSE on /mcp
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": {
    "niagaramcp": {
      "command": "npx",
      "args": [
        "-y",
        "mefodiytr/niagaramcp"
      ]
    }
  }
}