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.
- Host: GitHub
- URL: https://github.com/macrat/mcp-ayd-server
- Owner: macrat
- License: mit
- Created: 2024-12-15T13:18:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T13:53:34.000Z (11 months ago)
- Last Synced: 2025-06-18T09:58:52.558Z (5 months ago)
- Topics: ayd, mcp, modelcontextprotocol
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **mcp-ayd-server** - MCP (Model Context Protocol) Server for Ayd status monitoring service. `go` `ayd` `mcp` `modelcontextprotocol` `server` `go install macrat/mcp-ayd-server@latest` (⚙️ DevOps)
- awesome-mcp-servers - **mcp-ayd-server** - MCP (Model Context Protocol) Server for Ayd status monitoring service. `go` `ayd` `mcp` `modelcontextprotocol` `server` `go install macrat/mcp-ayd-server@latest` (DevOps)
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?"