Submit

Gurddy

@novvoo

A Model Context Protocol (MCP) server providing solutions for Constraint Satisfaction Problems (CSP) and Linear Programming (LP). Built on the gurddy optimization library, it supports solving a variety of classic problems through two MCP transports: stdio (for IDE integration) and HTTP/SSE (for web clients). 🚀 Quick Start (Stdio): pip install gurddy_mcp then configure in your IDE 🌐 Quick Start (HTTP): docker run -p 8080:8080 gurddy-mcp or see deployment guide 📦 PyPI Package: https://pypi.org/project/gurddy_mcp

Tools

Server Config

{
  "mcpServers": {
    "gurddy": {
      "command": "uvx",
      "args": [
        "gurddy-mcp@latest"
      ],
      "env": {},
      "disabled": false,
      "autoApprove": [
        "run_example",
        "info",
        "install",
        "solve_n_queens",
        "solve_sudoku",
        "solve_graph_coloring",
        "solve_map_coloring",
        "solve_lp",
        "solve_production_planning"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.