Gurddy MCP
G

Gurddy MCP

Gurddy MCP Server is a comprehensive constraint solving and optimization platform based on the gurddy optimization library. It supports constraint satisfaction problems, linear programming, Minimax game theory, and advanced SciPy optimization, provides 16 solving tools, and serves IDE and web clients through two MCP transport protocols: Stdio and HTTP.
2 points
4.4K

What is Gurddy MCP Server?

Gurddy MCP Server is an intelligent solving server based on the Model Context Protocol (MCP), specifically designed to solve various mathematical optimization and logical reasoning problems. It integrates multiple solving engines and can handle a wide range of problems, from simple Sudoku games to complex portfolio optimization.

How to use Gurddy MCP Server?

You can use it in two ways: 1) Configure the MCP server in a supported AI IDE; 2) Call the solving function directly through the HTTP API. The server will automatically analyze the type of your problem and select an appropriate solving method.

Applicable scenarios

Suitable for scenarios that require mathematical optimization and logical reasoning, such as education and learning, business decision-making, game development, financial analysis, and production planning. Both students solving math problems and professionals optimizing business operations can benefit from it.

Main features

Constraint satisfaction problem solving
Solve classic constraint problems such as the N-queens problem, graph coloring, map coloring, Sudoku, and logical puzzles, using advanced backtracking search and constraint propagation algorithms.
Mathematical optimization solving
Support linear programming, mixed-integer programming, production plan optimization, portfolio optimization, etc., to help enterprises make optimal decisions.
Game theory and robust optimization
Solve zero-sum games, Nash equilibria, and minimax decisions to help make robust decisions in uncertain environments.
Scientific computing optimization
Integrate the SciPy library to support advanced optimization problems such as nonlinear portfolio optimization, statistical parameter estimation, and signal processing.
Classic math problems
Intelligent solving of classic math problems such as the 24-point game, the chicken-and-rabbit-in-the-cage problem, and mini-Sudoku, suitable for educational scenarios.
Multi-protocol support
Support both Stdio and HTTP MCP transport protocols, allowing use in local IDEs or through network APIs.
Advantages
Comprehensive functionality: Covers a wide range of problem types from simple logical puzzles to complex business optimization
Easy to use: Describe problems in natural language and obtain professional solutions without programming knowledge
Excellent performance: Uses optimized algorithms to provide millisecond-level responses for small and medium-sized problems
Flexible deployment: Supports local installation and Docker containerized deployment
Friendly for education: Contains a large number of classic math problems, suitable for learning and teaching
Limitations
Longer solving time for large-scale problems, not suitable for scenarios with extremely high real-time requirements
Some complex nonlinear problems may require professional parameter tuning
Basic ability to describe math problems is required to obtain accurate results
Some advanced functions require the installation of additional scientific computing libraries

How to use

Install the server
Install the Gurddy MCP Server package via pip or use Docker for quick deployment
Configure the AI assistant
Configure the MCP server connection in a supported AI IDE
Describe the problem
Describe the optimization problem or logical puzzle you want to solve to the AI assistant in natural language
Get the solution
The server will automatically analyze the problem type and return a detailed solving process and result

Usage examples

Education and learning - Solving the N-queens problem
Students can solve the N-queens problem through the AI assistant to understand the concepts of backtracking algorithms and constraint satisfaction
Business decision-making - Production plan optimization
Enterprise managers optimize the multi-product production plan to maximize profit under resource constraints
Financial analysis - Portfolio optimization
Investors construct an optimal investment portfolio to maximize returns while controlling risks
Game development - Game strategy analysis
Game developers analyze game balance, solving Nash equilibria and optimal strategies

Frequently asked questions

Do I need programming knowledge to use this server?
What scale of problems can the server handle?
How to choose between the Stdio and HTTP usage methods?
What should I do if the solving fails?
Which AI assistants and IDEs are supported?

Related resources

Official documentation
Complete technical documentation, API reference, and configuration guide
PyPI package page
Python package release page, containing version history and installation instructions
Online demonstration
Real-time demonstration server, where you can directly test all functions
Docker image
Official Docker image, supporting fast containerized deployment

Installation

Copy the following command to your Client for configuration
{
  "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",
        "solve_minimax_game",
        "solve_minimax_decision",
        "solve_24_point_game",
        "solve_chicken_rabbit_problem",
        "solve_scipy_portfolio_optimization",
        "solve_scipy_statistical_fitting",
        "solve_scipy_facility_location"
      ]
    }
  }
}

{
  "mcpServers": {
    "gurddy": {
      "command": "uvx",
      "args": ["gurddy-mcp"],
      "env": {},
      "disabled": false,
      "autoApprove": [
        "run_example", "info", "install", "solve_n_queens", "solve_sudoku", 
        "solve_graph_coloring", "solve_map_coloring", "solve_lp", 
        "solve_production_planning", "solve_minimax_game", "solve_minimax_decision",
        "solve_24_point_game", "solve_chicken_rabbit_problem", 
        "solve_scipy_portfolio_optimization", "solve_scipy_statistical_fitting", 
        "solve_scipy_facility_location"
      ]
    }
  }
}

{
  "mcpServers": {
    "gurddy": {
      "command": "uvx",
      "args": ["gurddy-mcp==<VERSION>"],
      "env": {},
      "disabled": false,
      "autoApprove": [
        "run_example", "info", "install", "solve_n_queens", "solve_sudoku", 
        "solve_graph_coloring", "solve_map_coloring", "solve_lp", 
        "solve_production_planning", "solve_minimax_game", "solve_minimax_decision",
        "solve_24_point_game", "solve_chicken_rabbit_problem", 
        "solve_scipy_portfolio_optimization", "solve_scipy_statistical_fitting", 
        "solve_scipy_facility_location"
      ]
    }
  }
}

{
  "mcpServers": {
    "gurddy": {
      "command": "gurddy-mcp",
      "args": [],
      "env": {},
      "disabled": false,
      "autoApprove": [
        "run_example", "info", "install", "solve_n_queens", "solve_sudoku", 
        "solve_graph_coloring", "solve_map_coloring", "solve_lp", 
        "solve_production_planning", "solve_minimax_game", "solve_minimax_decision",
        "solve_24_point_game", "solve_chicken_rabbit_problem", 
        "solve_scipy_portfolio_optimization", "solve_scipy_statistical_fitting", 
        "solve_scipy_facility_location"
      ]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

K
Klavis
Klavis AI is an open-source project that provides a simple and easy-to-use MCP (Model Context Protocol) service on Slack, Discord, and Web platforms. It includes various functions such as report generation, YouTube tools, and document conversion, supporting non-technical users and developers to use AI workflows.
TypeScript
9.9K
5 points
S
Scrapling
Scrapling is an adaptive web scraping library that can automatically learn website changes and re - locate elements. It supports multiple scraping methods and AI integration, providing high - performance parsing and a developer - friendly experience.
Python
8.7K
5 points
S
Shadcn Ui MCP Server
An MCP server that provides shadcn/ui component integration for AI workflows, supporting React, Svelte, and Vue frameworks. It includes functions for accessing component source code, examples, and metadata.
TypeScript
12.7K
5 points
A
Apple Health MCP
An MCP server for querying Apple Health data via SQL, implemented based on DuckDB for efficient analysis, supporting natural language queries and automatic report generation.
TypeScript
9.9K
4.5 points
A
Annas MCP
The MCP server and CLI tool of Anna's Archive are used to search for and download documents on the platform and support access through an API key.
Go
5.9K
4.5 points
M
MCP Server Airbnb
Certified
MCP service for Airbnb listing search and details query
TypeScript
14.2K
4 points
M
MCP Server Weread
The WeRead MCP Server is a lightweight service that bridges WeRead data and AI clients, enabling in - depth interaction between reading notes and AI.
TypeScript
12.5K
4 points
M
MCP Youtube
Download YouTube subtitles via yt - dlp and connect to Claude.ai through the MCP protocol for video content analysis
TypeScript
10.4K
4 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
17.9K
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
15.5K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
26.3K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
49.9K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
21.4K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
47.5K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
16.7K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
32.7K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase