Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent endpoint
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.
Related tools
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.list_tasks— List tasks in a project.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.