← Registry

Productivity

ganty.app

Manage workspaces, projects, and tasks in a project management tool.

1 endpoint15 known toolsFirst detected June 15, 2026Last detected August 29, 2026

ENDPOINT 1

https://ganty.app/api/mcp

No auth detected

MCP server metadata

Name
ganty-mcp
Version
1.0.0
Capabilities
tools
Server instructions

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

list_workspaces

Get all workspaces the authenticated user is a member of.

Inferred read-only
list_projects

List all projects in a workspace (excluding archived).

Inferred read-only
create_project

Create a new project in a workspace.

Potential side effects
delete_project

Permanently delete a project.

Potential side effects
list_tasks

List tasks in a project.

Inferred read-only
get_task

Get detailed information about a single task, including assignees and dependencies.

Inferred read-only
list_milestones

List milestones in a project (key dates such as launch or review gates).

Inferred read-only
create_milestone

Add a milestone (key date) to a project.

Inferred read-only
create_task

Create a new task in a project.

Potential side effects
update_task

Update fields of an existing task.

Potential side effects
set_task_progress

Update the progress percentage of a task (0-100).

Potential side effects
add_dependency

Add a finish-to-start dependency between two tasks in the same project.

Inferred read-only
delete_task

Delete a task.

Potential side effects
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).

Inferred read-only
reschedule_and_propagate

Compute the downstream impact of shifting a single task.

Inferred read-only

CONNECT 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.

Trust status Trusted

ganty.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.