simplex-method-mcp

cami98735264/simplex-method-mcp
★ 0 stars TypeScript ⚙️ DevOps Updated 1d ago
MCP server to calculate simplex method problems from natural language input. Returns a full XLSX file with the step by step process.
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": {
    "simplex-method-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cami98735264/simplex-method-mcp"
      ]
    }
  }
}

README Excerpt

Servidor [Model Context Protocol](https://modelcontextprotocol.io) desplegable en Cloudflare Workers que resuelve problemas de Programación Lineal con el **Método Simplex** (Big-M cuando se requieren variables artificiales) y devuelve: - una solución JSON paso a paso (cada tableau con su columna pivote, fila

Tools (4)

objectiveparse_lp_textsignsolve_simplex_problem