MCP Uptime
← MCP Reliability Index  /  Productivity
G

Ganty MCP

app.ganty/mcp-server
Gantt chart SaaS with server-side critical path and dependency-aware shift-impact tools, plus CRUD.
healthy
status
15
tools exposed
965ms
connect latency
b2eb64bdb46d
schema fingerprint

Tools (15)

list_workspaces
Get all workspaces the authenticated user is a member of.
list_projects
List all projects in a workspace (excluding archived).
create_project
Create a new project in a workspace. Returns the created project. Subject to plan-based project count limits.
delete_project
Permanently delete a project. All tasks, milestones, and dependencies inside the project are also removed. This cannot be undone.
list_tasks
List tasks in a project. Supports optional filtering by name (search), status, and assignee.
get_task
Get detailed information about a single task, including assignees and dependencies.
list_milestones
List milestones in a project (key dates such as launch or review gates).
create_milestone
Add a milestone (key date) to a project.
create_task
Create a new task in a project. Dates must be in YYYY-MM-DD format. End date is exclusive (a 1-day task has end = start + 1 day).
update_task
Update fields of an existing task. Only provided fields will be modified.
set_task_progress
Update the progress percentage of a task (0-100). Status is auto-derived: 0=not_started, 1-99=in_progress, 100=done.
add_dependency
Add a finish-to-start dependency between two tasks in the same project.
delete_task
Delete a task. Child tasks and dependencies are removed as well.
get_critical_path
Calculate the critical path of a project on the Ganty side and return it as data (don't ask the model to reason over raw task lists). Uses forward/backward CPM with progress-aware remaining duration. Returns critical_path tasks in order, per-task earliest/latest start/finish + slack, project_end_dat
reschedule_and_propagate
Compute the downstream impact of shifting a single task. Default is dry_run (no DB writes); set mode='commit' to actually persist the changes. Cascades forward only (no pull): successors are pushed only if their predecessor's new end + lag would violate their current start. Tasks with progress=100 a

Endpoint

https://ganty.app/api/mcp
Category: Productivity · Last checked: 2026-07-30T12:47:41Z

Monitor your own MCP server

Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.

Get early access
How we measure →
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.