MCPHub LabRegistrybbartling/open-fdd
bbartling

bbartling/open fdd

Built by bbartling โ€ข 112 stars

What is bbartling/open fdd?

Fault Detection Diagnostics (FDD) for HVAC datasets

How to use bbartling/open fdd?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add bbartling/open fdd using the following command: npx @modelcontextprotocol/bbartling-open-fdd 4. Restart the client and verify the new tools are active.
๐Ÿ›ก๏ธ Scoped (Restricted)
npx @modelcontextprotocol/bbartling-open-fdd --scope restricted
๐Ÿ”“ Unrestricted Access
npx @modelcontextprotocol/bbartling-open-fdd

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

bbartling/open fdd FAQ

Q

Is bbartling/open fdd safe?

Yes, bbartling/open fdd follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is bbartling/open fdd up to date?

bbartling/open fdd is currently active in the registry with 112 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for bbartling/open fdd?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub

Open-FDD

<p align="center"> <a href="https://discord.gg/Ta48yQF8fC"><img src="https://img.shields.io/badge/Discord-Join%20Server-5865F2.svg?logo=discord&logoColor=white" alt="Discord"></a> <a href="https://github.com/bbartling/open-fdd/actions/workflows/rust-ci.yml"><img src="https://github.com/bbartling/open-fdd/actions/workflows/rust-ci.yml/badge.svg?branch=master" alt="CI"></a> <a href="https://github.com/bbartling/open-fdd/actions/workflows/docs-pages.yml"><img src="https://github.com/bbartling/open-fdd/actions/workflows/docs-pages.yml/badge.svg?branch=master" alt="Docs"></a> <img src="https://img.shields.io/badge/license-MIT-green.svg" alt="MIT"> <img src="https://img.shields.io/badge/status-Alpha-orange" alt="Alpha"> <img src="https://img.shields.io/badge/Rust-1.93-orange?logo=rust&logoColor=white" alt="Rust 1.93"> <img src="https://img.shields.io/badge/Apache%20Arrow-53-blue" alt="Arrow"> <img src="https://img.shields.io/badge/DataFusion-SQL-purple" alt="DataFusion"> </p> <p align="center"> <img src="https://raw.githubusercontent.com/bbartling/open-fdd/master/image_new_chiller.png" alt="Open-FDD logo" width="440"> </p> <p align="center"> <a href="https://bbartling.github.io/open-fdd/"> <img src="https://img.shields.io/badge/Docs-online-2563EB?style=for-the-badge" alt="Online docs"> </a> <a href="https://bbartling.github.io/open-fdd/rules/cookbook/"> <img src="https://img.shields.io/badge/FDD%20Rule%20Cookbook-59%20rules%20SQL%20%2B%20Pandas-DC2626?style=for-the-badge" alt="FDD Rule Cookbook โ€” DataFusion SQL + Pandas"> </a> <a href="https://bbartling.github.io/open-fdd/quick-start/docker-ghcr.html"> <img src="https://img.shields.io/badge/Quick%20Start-GHCR%20stack-059669?style=for-the-badge" alt="Quick start"> </a> <a href="https://arrow.apache.org/"> <img src="https://img.shields.io/badge/Apache%20Arrow-columnar%20data-0B7285?style=for-the-badge" alt="Apache Arrow"> </a> <a href="https://datafusion.apache.org/"> <img src="https://img.shields.io/badge/DataFusion-SQL%20engine-6D28D9?style=for-the-badge" alt="Apache DataFusion"> </a> </p>

Open-source semantic building analytics and HVAC supervisory fault detection. Local-first. On-premises. Vendor-neutral. Free to run at the edge or offline.

Open-FDD is an open-source analytics platform for building automation that combines semantic knowledge graph modeling, live operational technology (OT) data, and high-performance columnar analytics.

The platform includes:

  • Semantic building modeling using Project Haystack knowledge graphs
  • JWT authentication and a modern React web interface
  • Apache Arrow & Feather columnar data storage
  • Apache DataFusion SQL analytics and fault detection (59+ cookbook rules)
  • BACnet, Modbus, Haystack, and JSON API drivers (fieldbus container)
  • Interactive plotting, dashboards, and CSV job workflows
  • Optional external agent integration via MCP stdio and JWT REST (no embedded chatbot)
  • Docker compose build recipes published to GitHub Container Registry

Open-FDD supports flexible deployment recipes:

Standalone (all-on-edge)

mqtt + central + ui + fieldbus on one host โ€” internal MQTTS, full OT + analytics.

Central hub

mqtt + central + ui โ€” cloud or LAN hub; remote fieldbus edges attach over MQTTS.

Fieldbus edge only

fieldbus alone โ€” attach to a remote central via MQTTS.

CSV-only

central + ui โ€” bulk CSV jobs and FDD without pulling mqtt or fieldbus images.


FDD Rule Cookbook (the heart of the project)

The HVAC FDD Rule Cookbook is the validated catalog of 59 fault-detection rules, published in two parity-matched flavors:

Rules use generic Haystack semantic roles, so they are portable across any modeled site. CI enforces a minimum of 59 rule headings in both cookbooks (scripts/cookbook_parity_check.py) โ€” the catalog can never shrink.


Install / run

GHCR images

ImageRole
ghcr.io/bbartling/openfdd-centralMQTTS ingest, Feather historian, FDD registry, REST API
ghcr.io/bbartling/openfdd-uiReact operator dashboard (Caddy โ†’ central)
ghcr.io/bbartling/openfdd-fieldbusBACnet / Modbus / Haystack edge
ghcr.io/bbartling/openfdd-mqttMosquitto MQTTS broker
ghcr.io/bbartling/openfdd-mcpOptional slim MCP stdio sidecar โ†’ central API

Open-FDD does not ship an embedded AI chatbot. External agents connect via MCP or REST โ€” see docs/examples/external-agents.md.

Quick start (standalone)

git clone https://github.com/bbartling/open-fdd.git && cd open-fdd
export OPENFDD_IMAGE_TAG=nightly
export OPENFDD_JWT_SECRET='change-me'
export OPENFDD_ADMIN_PASSWORD='change-me'
./scripts/openfdd_stack_up.sh standalone
# UI http://127.0.0.1:3000  API http://127.0.0.1:8080

Other recipes

./scripts/openfdd_stack_up.sh csv          # central + ui only
./scripts/openfdd_stack_up.sh central      # hub without fieldbus
./scripts/openfdd_stack_up.sh edge         # fieldbus only (set OPENFDD_MQTT_HOST)

See Build recipes and docker/VERSION_MANIFEST.md.

MCP (external agents)

docker run -i --rm --network host \
  -e OPENFDD_API_BASE=http://127.0.0.1:8080 \
  -e OPENFDD_MCP_TOKEN="$TOKEN" \
  ghcr.io/bbartling/openfdd-mcp:nightly

Full tool list: mcp/README.md.


Develop

git clone https://github.com/bbartling/open-fdd.git && cd open-fdd
./scripts/openfdd_stack_up.sh csv --build   # or: cargo run -p openfdd-central
./scripts/openfdd_ui_dev.sh                 # Vite :5173 โ†’ API :8080

Native Rust: cargo test --workspace

Releases

ChannelTagWhen to use
Nightly:nightly / :sha-*Dev, bench, agents (default)
Beta:beta / 3.3.0-beta.NPilot sites after bench sign-off
Stable:latest / 3.3.0Production (when promoted)

Maintainers: Actions โ†’ Rust Release โ†’ set VERSION match + channel beta or stable.

Full policy: Release channels ยท GHCR images

Open-FDD is for LAN / VPN / OT networks, not public internet hosting.

License

MIT โ€” see LICENSE.

Version: 3.3.0-beta.1 (next release candidate โ€” see release channels)

Global Ranking

8.5
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "bbartling-open-fdd": { "command": "npx", "args": ["bbartling-open-fdd"] } } }