Odel
brick bacnet mcp

brick bacnet mcp

Local
@yveshby271PythonMITUpdated 2mo ago

Read-only BACnet/IP MCP gateway with Brick + Haystack semantic tagging at ingest

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIbrick-bacnet-mcpv0.1.0a2

Run

uvx brick-bacnet-mcp

MCP client config

{
  "mcpServers": {
    "brick-bacnet-mcp": {
      "command": "uvx",
      "args": [
        "brick-bacnet-mcp"
      ]
    }
  }
}