MCP Ayd Server

by macrat

203 downloads
Not rated
GitHub

About

MCP (Model Context Protocol) Server for Ayd status monitoring service.

Details

Author
macrat
Downloads
203
Categories
Other

- Bridges MCP with Ayd service monitoring
- Supports natural‑language queries for Ayd status
- Single binary download, no complex setup
- Lightweight and self‑contained

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 MCP Ayd 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

Download the latest binary from the release page, configure your MCP client (e.g., Claude Desktop) to run the binary with the Ayd instance URL as an argument, then ask the assistant about Ayd’s status.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "mcp ayd server": {
            "ayd": {
                "command": "C:\\path\\to\\mcp-ayd-server.exe",
                "args": [
                    "http://127.0.0.1:9000"
                ]
            }
        }
    }
}

McpServers

{
    "ayd": {
        "command": "C:\\path\\to\\mcp-ayd-server.exe",
        "args": [
            "http://127.0.0.1:9000"
        ]
    }
}

MCP Ayd Server
==============

MCP (Model Context Protocol) Server for Ayd.

Usage

1. Download the latest binary from release page.

2. Setup your client's configuration file.

For example, if you use Claude Desktop:

   {
"mcpServers": {
"ayd": {
"command": "C:\\path\\to\\mcp-ayd-server.exe",
"args": ["http://127.0.0.1:9000"]
}
}
}

3. Run the client app.

4. Ask assistant like "What's the latest status of Ayd?"

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.