mcpbeat

Ganty MCP Server

app.ganty/mcp-server
not responding

Ganty MCP is listed as active in the registry but did not answer our last check. It exposes 15 tools. Last commit 21 Jun 2026.

Gantt chart SaaS with server-side critical path and dependency-aware shift-impact tools, plus CRUD.

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
0.0%
Uptime 24h
0 of 92 checks
15
Tools
read from the server
397 ms
Response time
average over 24h
0
Stars
last commit 21 Jun 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add mcp-server --transport http https://ganty.app/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://ganty.app/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
url = "https://ganty.app/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://ganty.app/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://ganty.app/api/mcp"
    }
  }
}

Available tools 15

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

task
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).
delete_task
Delete a task. Child tasks and dependencies are removed as well.
get_task
Get detailed information about a single task, including assignees and dependencies.
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.
update_task
Update fields of an existing task. Only provided fields will be modified.
project
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.
critical
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_date, and total_duration_days. v1 limitations: Finish-to-Start dependencies only (Ganty has no other types), calendar days by default (business_days=true skips Sat/Sun but no holiday table), ignores multi-period segments, no resource calendars. Returns { error: 'cyclic_dependency', cycle } if a cycle is detected.
dependency
add_dependency
Add a finish-to-start dependency between two tasks in the same project.
milestone
create_milestone
Add a milestone (key date) to a project.
milestones
list_milestones
List milestones in a project (key dates such as launch or review gates).
projects
list_projects
List all projects in a workspace (excluding archived).
reschedule
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 are treated as pinned; pass pinned_task_ids for additional pins. When a pin would be violated, the change is recorded in 'conflicts' and not propagated further. In mode='commit', if any conflicts exist nothing is written (all-or-nothing transaction). Same v1 limitations as get_critical_path: FS only, calendar days by default, no holiday table, ignores multi-period segments.
tasks
list_tasks
List tasks in a project. Supports optional filtering by name (search), status, and assignee.
workspaces
list_workspaces
Get all workspaces the authenticated user is a member of.

Endpoints

URLTransportStateLatencyChecked
https://ganty.app/api/mcp streamable-http answering 397 ms 2 min ago

Ganty MCP — questions

Answers built from our own checks of this server.

What can Ganty MCP do?
It exposes 15 tools, read directly from the server on our last check. Among them: add_dependency, create_milestone, create_project, create_task, delete_project, delete_task and 9 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Ganty MCP mostly used for?
Its tools cluster around task and project. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Ganty MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 92 checks got a reply (0.0%), average response time 397 ms. The bar chart above shows every period we have measured.
The registry lists Ganty MCP as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Ganty MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Ganty MCP need an API key?
No. Ganty MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 15 of them are readable on this page. This is what we observed, not what the docs claim.
Is Ganty MCP open source?
Yes — it is published under the MIT licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.