mcpredux

wrigjl/mcpredux
★ 1 stars Python API Integration Updated 9d ago
MCP server for the Redux algorithms API (shortest path, TSP, bin packing, NP-Complete reductions, etc.)
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": {
    "mcpredux": {
      "command": "uvx",
      "args": [
        "mcpredux"
      ]
    }
  }
}

Or install with pip: pip install mcpredux