dotnet-mcp-ortools

dks50217/dotnet-mcp-ortools

3.2

If you are the rightful owner of dotnet-mcp-ortools and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

A .NET solution for project management, currently focused on the Critical Path Method (CPM) and powered by Google OR-Tools and ModelContextProtocol.

dotnet-mcp-ortools

A .NET solution for project management, currently focused on the Critical Path Method (CPM) and powered by Google OR-Tools and ModelContextProtocol. The project currently provides core CPM logic, Gantt chart data, cycle detection, and topological sorting, and can be run as an MCP Server. More project management features will be added in the future.

Demo

Getting Started

Prerequisites

Build

dotnet restore src/dotnet-mcp-ortools.sln
dotnet build src/dotnet-mcp-ortools.sln

Run MCP Server

Navigate to src/ortools-mcp-server and run:

dotnet run

By default, the Stdio Server is enabled. You can modify to enable HTTP transport if needed.

Run Tests

dotnet test src/dotnet-mcp-ortools.sln