
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
dcisionai-mcp-server
Advanced tools
DcisionAI MCP Server - AI-Powered Optimization with Intent Classification & Session Persistence
AI-Powered Optimization for Cursor, Claude Desktop & VS Code
Solve complex optimization problems directly in your IDE using natural language. Get mathematically-verified solutions with 90%+ trust scores in seconds.
# That's it! No installation needed with uvx
For Cursor or Claude Desktop:
Add to your MCP config file (~/.cursor/mcp.json on Mac):
{
"mcpServers": {
"dcisionai-optimization": {
"command": "uvx",
"args": ["dcisionai-mcp-server@latest"],
"env": {
"DCISIONAI_API_URL": "https://dcisionai-mcp-platform-production.up.railway.app"
},
"autoApprove": ["dcisionai_solve", "dcisionai_solve_with_model"]
}
}
}
In Cursor or Claude Desktop, just ask:
"Use DcisionAI to optimize my $500K portfolio concentrated in tech stocks"
"Use DcisionAI to optimize delivery routes for 20 customers"
"Use DcisionAI to optimize employee scheduling for 30 workers across 50 shifts"
dcisionai_solve - Full optimization workflow (classification, intent extraction, solving, explanation)dcisionai_solve_with_model - Solve using deployed models (faster for known problem types)dcisionai://models/list - Available deployed modelsdcisionai://solvers/list - Available solvers (HiGHS, SCIP, DAME, OR-Tools)Set environment variables:
DCISIONAI_API_URL: Backend API URL (default: http://localhost:8000)DCISIONAI_API_KEY: API key for authentication (optional)DCISIONAI_DOMAIN_FILTER: Domain filter ("all", "ria", "pe", etc.)DCISIONAI_LOG_LEVEL: Logging level ("INFO", "DEBUG", etc.)Contributions welcome! See our GitHub repository for details.
MIT License - see LICENSE file for details.
FAQs
DcisionAI MCP Server - AI-Powered Optimization with Intent Classification & Session Persistence
We found that dcisionai-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.