mcpclover

dpavlis/mcpclover
★ 0 stars Python 💻 Code/Dev Tools Updated today
CloverDX MCP server enabling AI generated data transformations
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": {
    "mcpclover": {
      "command": "uvx",
      "args": [
        "mcpclover"
      ]
    }
  }
}

Or install with pip: pip install mcpclover

README Excerpt

`mcpclover` is a Python Model Context Protocol (MCP) server for CloverDX. It lets AI clients (like Claude Desktop) interact with CloverDX Server to browse sandboxes, read and edit graph files, validate graphs, run jobs, and inspect execution/debug output. - MCP server implementation for CloverDX graph workflows

Topics

etlgenaimcp-server