Dotnet MCP Ortools
Model Context Protocol (MCP) server using Google OR-Tools for constraint solving
Ask AI about Dotnet MCP Ortools
Powered by Claude · Grounded in docs
I know everything about Dotnet MCP Ortools. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
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.

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 Program.cs to enable HTTP transport if needed.
Run Tests
dotnet test src/dotnet-mcp-ortools.sln
