trackmcp
Back to directory
macrat

mcp-ayd-server

View on GitHub

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

0 stars GoAI & Machine Learning Updated Dec 16, 2024
aydmcpmodelcontextprotocol

Documentation

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:

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?"

Frequently asked questions

What is mcp-ayd-server?

mcp-ayd-server is MCP (Model Context Protocol) Server for Ayd status monitoring service.

How do I install mcp-ayd-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-ayd-server open source?

Yes — it is hosted on GitHub at https://github.com/macrat/mcp-ayd-server.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP