Back to MCP directory
publicPublicdnsLocal runtime

macrat_mcp-ayd-server

MCP Ayd Server是为Ayd设计的模型上下文协议服务器,允许客户端通过MCP协议查询Ayd的状态信息。

article

README

🚀 MCP Ayd 服务器

本项目是 模型上下文协议 (Model Context Protocol)Ayd 上的服务器,它为相关应用提供了基于特定协议和工具的服务支持。

🚀 快速开始

💻 使用示例

基础用法

按照以下步骤使用 MCP Ayd 服务器:

  1. 发布页面 下载最新二进制文件。
  2. 配置您的客户端配置文件。例如,如果您使用的是 Claude 桌面版,可参考以下配置:
{
    "mcpServers": {
        "ayd": {
            "command": "C:\\path\\to\\mcp-ayd-server.exe",
            "args": ["http://127.0.0.1:9000"]
        }
    }
}
  1. 运行客户端应用程序。
  2. 像问“最新的Ayd状态如何?”一样询问助手。
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client