G
mcp-ayd-server
...
Created 12/15/2024bymacrat
Categories
mcpmodelcontextprotocol
Language:
Go
Stars:
0
Forks:
1
MCP Ayd Server
MCP (Model Context Protocol) Server for Ayd.
Usage
-
Download the latest binary from release page.
-
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"] } } } -
Run the client app.
-
Ask assistant like "What's the latest status of Ayd?"
Last updated: 12/16/2024
Publisher info
More MCP servers built with Go
ocireg-mcp
An MCP (Model Context Protocol) server that provides tools for querying OCI registries and image references.
By StacklokLabs
mcp
A Go framework for building Model Context Protocol (MCP) servers that enable Large Language Models (LLMs) to securely access tools and data sources.
By gomcpgo4