DuetMCP

RainMa22/DuetMCP
★ 0 stars Java Other Updated 15d ago
WIP Modular MCP server in Java
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "duetmcp": {
      "command": "npx",
      "args": [
        "-y",
        "RainMa22/DuetMCP"
      ]
    }
  }
}