cloto-mcp-servers

Cloto-dev/cloto-mcp-servers
★ 2 stars Python 📦 Other Updated 9d ago
MCP/MGP servers for the ClotoCore platform
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cloto-mcp-servers": {
      "command": "uvx",
      "args": [
        "cloto-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install cloto-mcp-servers