Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Coreflux IoT MCP Server
settings

Coreflux IoT MCP Server MCP Server

Industrial IoT via MQTT

corefluxiotindustrialmqtt

About

## Coreflux IoT MCP Server: Industrial IoT Platform The **Coreflux IoT MCP Server** integrates Coreflux industrial IoT platform into Google Antigravity, enabling AI-assisted industrial automation, MQTT messaging, and edge computing for manufacturing and process control. ### Why Coreflux IoT MCP? - **Industrial Focus**: Built for industrial automation use cases - **MQTT Broker**: Integrated MQTT broker for device communication - **Edge Computing**: Process data at the edge before cloud - **Protocol Support**: Modbus, OPC-UA, and industrial protocols - **Real-Time**: Low-latency for time-critical applications ### Key Features #### 1. Asset Management ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "List all connected industrial assets and their operational status" }] ) ``` #### 2. Data Collection ```python # Collect data response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get real-time sensor data from production line PLCs" }] ) ``` #### 3. Edge Processing ```python # Process at edge response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Deploy edge analytics function to detect anomalies locally" }] ) ``` #### 4. Alerts ```python # Configure alerts response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Set up alert for equipment temperature exceeding safe limits" }] ) ``` ### Configuration ```json { "mcpServers": { "coreflux-iot": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-coreflux"], "env": { "COREFLUX_HOST": "localhost", "COREFLUX_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Manufacturing**: Monitor and control manufacturing processes. **Industrial Automation**: Integrate with PLCs and SCADA systems. **Predictive Maintenance**: Detect equipment issues before failure. **Process Control**: Real-time process monitoring and control. The Coreflux IoT MCP Server brings industrial IoT capabilities into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "coreflux-iot": {
      "mcpServers": {
        "coreflux": {
          "env": {
            "COREFLUX_BROKER": "mqtt://localhost:1883"
          },
          "args": [
            "-y",
            "coreflux-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Industrial IoT platform
  2. 2MQTT broker connection
  3. 3Automated rule generation

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers