ENDPOINT 1
https://ganty.app/api/mcp
MCP server metadata
- Name
- ganty-mcp
- Version
- 1.0.0
Ganty is a Gantt chart SaaS for project management. This MCP server exposes tools to: - List/inspect workspaces, projects, tasks, and milestones - Create, update, and delete tasks - Manage task progress and dependencies Typical workflow: 1. list_workspaces → pick a workspace 2. list_projects(workspaceId) → pick a project 3. list_tasks(projectId) → understand the current state 4. create_task / update_task / set_task_progress to make changes All dates use YYYY-MM-DD format. End dates are exclusive: a 1-day task on 2026-05-15 has startDate="2026-05-15" and endDate="2026-05-16".
Known tools 15
get_taskGet detailed information about a single task, including assignees and dependencies.
Inferred read-onlylist_milestonesList milestones in a project (key dates such as launch or review gates).
Inferred read-onlyadd_dependencyAdd a finish-to-start dependency between two tasks in the same project.
Inferred read-onlyget_critical_pathCalculate 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).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ganty-mcp]
url = "https://ganty.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ganty-mcp": {
"type": "http",
"url": "https://ganty.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ganty-mcp
Remote MCP URL: https://ganty.app/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ganty-mcp": {
"url": "https://ganty.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ganty-mcp": {
"type": "http",
"url": "https://ganty.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ganty-mcp",
"transport": "streamable-http",
"url": "https://ganty.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ganty.app was fetched 2026-08-24T06:45:52.034Z and is being refreshed.
ganty.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.