UFO MCP Server

by rhoegg

1 stars
164 downloads
Not rated
GitHub

About

Control a Dynatrace UFO device on your local network using MCP-compatible clients.

Details

Author
rhoegg
GitHub stars
1
Downloads
164
Categories
Other, Developer Tools

- Control top ring, bottom ring, and logo independently.
- Play built-in effects such as rainbow, breathingGreen, and policeLights.
- Send raw API commands directly to the UFO.
- Stop effects and resume previous state from a stack.
- Query current LED state and list available effects.
- Supports stdio, HTTP/2, and legacy SSE transports simultaneously.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name UFO MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via direct download, Docker, or build from source. Configure the UFO IP address via the --ufo-ip flag or UFO_IP environment variable. For single‑agent use, add a direct MCP configuration to your client (e.g., Claude Desktop or Cline). For multi‑agent coordination, build and install the Desktop Extension. Once configured, ask your client to perform actions like “turn the UFO red” or “play the rainbow effect.”

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "ufo mcp server": {
            "ufo-mcp-server": {
                "command": "docker",
                "args": [
                    "pull",
                    "starspace46/ufo-mcp:latest"
                ]
            }
        }
    }
}

McpServers

{
    "ufo-mcp-server": {
        "command": "docker",
        "args": [
            "pull",
            "starspace46/ufo-mcp:latest"
        ]
    }
}

UFO MCP Server

Control your Dynatrace UFO device through MCP-compatible clients like Claude Desktop.

Version 1.0.1 - MCP Specification 2024-11-05

🚀 Quick Start

Prerequisites

- A Dynatrace UFO device on your network - Find your UFO's IP address (check your router or use ufo.local if mDNS is available)

📦 Installation

Option 1: Direct Download (Recommended)

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.