An open API service indexing awesome lists of open source software.

https://github.com/macrat/mcp-ayd-server

MCP (Model Context Protocol) Server for Ayd status monitoring service.
https://github.com/macrat/mcp-ayd-server

ayd mcp modelcontextprotocol

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

[MCP (Model Context Protocol)](https://modelcontextprotocol.io) Server for [Ayd](https://github.com/macrat/ayd).

## Usage

1. Download the latest binary from [release page](https://github.com/macrat/mcp-ayd-server/releases).

2. Setup your client's configuration file.

For example, if you use Claude Desktop:

```json
{
"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?"