MCP.so
登录

MCP Ayd Server

@macrat

关于 MCP Ayd Server

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

基本信息

分类

其他

传输方式

stdio

发布者

macrat

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Ayd Server?

An MCP (Model Context Protocol) server that bridges AI assistants with Ayd, a service monitoring tool. It enables natural-language queries to retrieve the latest status of Ayd-monitored services.

How to use MCP Ayd Server?

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.

Key features of MCP Ayd Server

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

Use cases of MCP Ayd Server

  • Quickly check the latest status of services tracked by Ayd
  • Integrate service monitoring into AI‑driven workflows
  • Retrieve Ayd status without opening a separate dashboard

FAQ from MCP Ayd Server

What is Ayd?

Ayd is a service monitoring tool. See its repository at https://github.com/macrat/ayd for more details.

How do I configure MCP Ayd Server?

Download the binary from the release page, then set your MCP client’s command to the binary path and arguments to the Ayd instance URL (e.g., http://127.0.0.1:9000). An example configuration for Claude Desktop is provided in the README.

What are the runtime requirements?

The server is distributed as a single binary. No additional runtime dependencies are mentioned.

How do I connect MCP Ayd Server to my Ayd instance?

Pass the HTTP URL of your Ayd instance as a command‑line argument when launching the server.

What transport or authentication does it use?

No transport or authentication details are provided in the README.

评论

其他 分类下的更多 MCP 服务器