Servers
Cato MCP CMA
@catonetworks
This repository provides a local mcp-server for Cato Network's public GraphQL API
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cato-mcp-server": {
"command": "docker",
"args": [
"pull",
"ghcr.io/catonetworks/cato-mcp-server:latest"
]
}
}
}