Skip to main content
Glama
Jithu000000

Nectar AI Facility Agent

by Jithu000000

Nectar AI Facility Agent

一个为 Nectar Intelligent Facilities Platform 挑战赛构建的自主设施运营助手。

该系统使设施操作员能够通过语音进行自然交互,并使智能体能够理解请求、将请求路由到相应的工作流程、使用 RAG 检索设施知识、通过 MCP 工具访问实时设施信息、对多个来源进行推理、安全地执行操作动作,并通过语音进行响应。


1. 问题陈述

设施操作员通常需要通过检查多个信息来源来调查问题,例如:

  • 建筑温度

  • HVAC 资产状态

  • 传感器读数

  • 能耗

  • 活动告警

  • 设备关系

  • 维护流程

  • 故障排除文档

传统的聊天机器人可以回答问题,但无法使用实时设施数据和内部文档可靠地调查运营问题。

本项目通过结合以下技术来解决该问题:

Voice AI + LLM 路由 + RAG + MCP + 智能体推理 + 工具调用 + 受控操作 + 文本转语音

目标是提供一个自主的设施运营助手,而不是一个简单的问答聊天机器人。


2. 目标

该系统旨在:

  1. 接收自然语言或语音输入。

  2. 将语音转换为文本。

  3. 理解用户意图。

  4. 将请求路由到合适的智能体工作流程。

  5. 从设施文档中检索信息。

  6. 通过 MCP 工具查询实时设施数据。

  7. 结合多个信息源。

  8. 对设施状况进行推理。

  9. 在确认后安全地执行操作。

  10. 将最终响应转换回语音。

  11. 保持对话式交互。

  12. 提供有依据的响应,避免无根据的断言。


3. 高层架构

                         USER
                          |
                    Voice / Text
                          |
                          v
                 Speech-to-Text
                          |
                          v
                    FastAPI API
                          |
                          v
                 Agent / LLM Router
                          |
          +---------------+----------------+
          |               |                |
          v               v                v
        RAG             MCP             General
       Agent            Tools             LLM
          |               |
          v               v
   Facility Docs      Live Facility
   Knowledge Base         Data
          |               |
          +-------+-------+
                  |
                  v
            Reasoning Layer
                  |
                  v
          Decision / Response
                  |
          +-------+--------+
          |                |
          v                v
     MCP Action           Answer
          |                |
          v                v
 Maintenance Request    Text-to-Speech
                              |
                              v
                         Voice Response

Technology Stack
Backend
Python
FastAPI
Uvicorn
Agent Orchestration
LangGraph
LLM-based routing
Agentic workflow
LLM
Google Gemini
RAG
LangChain
ChromaDB
HuggingFace Embeddings
Semantic retrieval
MCP
Model Context Protocol
MCP Server
MCP Client
Facility operation tools
Voice
SpeechRecognition
Browser Speech Recognition / Speech-to-Text
Browser Text-to-Speech
Frontend
HTML
CSS
JavaScript
Testing
Pytest

Conclusion

The Nectar AI Facility Agent demonstrates an autonomous AI workflow for intelligent facility operations.

The system combines:

Speech-to-Text
Text-to-Speech
LLM reasoning
Intelligent routing
RAG
Vector search
MCP
Tool calling
Synthetic facility data
Multi-step reasoning
Controlled operational actions
Confirmation-based safety
Automated testing

Conclusion

The Nectar AI Facility Agent demonstrates an autonomous AI workflow for intelligent facility operations.

The system combines:

Speech-to-Text
Text-to-Speech
LLM reasoning
Intelligent routing
RAG
Vector search
MCP
Tool calling
Synthetic facility data
Multi-step reasoning
Controlled operational actions
Confirmation-based safety
Automated testing

Conclusion

The Nectar AI Facility Agent demonstrates an autonomous AI workflow for intelligent facility operations.

The system combines:

Speech-to-Text
Text-to-Speech
LLM reasoning
Intelligent routing
RAG
Vector search
MCP
Tool calling
Synthetic facility data
Multi-step reasoning
Controlled operational actions
Confirmation-based safety
Automated testing

The key objective is to demonstrate how an AI agent can move beyond simple question answering and autonomously investigate facility problems using both organizational knowledge and live operational data while maintaining safety around operational actions.
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    MCP server for accessing the eSpace facilities management API, enabling work orders, events, equipment, and maintenance schedule operations from within Claude conversations.
    31
  • F
    license
    B
    quality
    B
    maintenance
    Universal MCP server for industrial PLC communication, enabling AI agents to read sensors, alarms, status, setpoints, and write setpoints via adapters for Modbus, S7, or custom PLCs.
    6

View all related MCP servers

Related MCP Connectors

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • MCP server connecting AI agents to non-custodial staking data across 130+ networks.

  • MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jithu000000/nectar-ai-facility-agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server