mcp-ayd-server

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

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

3

フォーク

2

イシュー

0

README
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:

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

作者情報

0

フォロワー

0

リポジトリ

0

Gist

0

貢献数

関連するMCP
mcptools logo

A command-line interface for interacting with MCP (Model Context Protocol) servers using both stdio and HTTP transport.

Go
registry logo

A community driven registry service for Model Context Protocol (MCP) servers.

Go
mcp-teams-server logo

An MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.

Python