Skip to main content
Glama
idrjoe

@loopgantt/mcp-server

by idrjoe

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOOPGANTT_API_KEYNoAPI key that enables the account tools (create_project, list_projects). Get a key at https://loopgantt.com/settings/api-keys.
LOOPGANTT_API_URLNoAPI base URL. Default: https://loopgantt.com/api/v1https://loopgantt.com/api/v1

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_ganttA

Create a Gantt chart from a task list — no account or API key needed. YOU author the plan: list the tasks in execution order with realistic working-day durations and dependencies (0-based positions of earlier tasks; use { task, type, lag } for start-to-start/finish-to-finish links or lag). Milestones have duration 0. LoopGantt schedules it with its critical-path engine and returns a picture of the chart, the dates, the critical path and a link where the user can view, export (PNG/PDF) and save the chart. Always show the user the link.

schedule_projectA

Compute a schedule without storing anything: dates, critical path, float and project end for a task list (same input shape as create_gantt; name optional). Use it to answer "what is the critical path?", "when would this finish?", "how much slack does X have?". Use create_gantt when the user wants a chart they can open.

list_templatesA

List LoopGantt's industry project templates with task counts and typical durations. Pick one, fetch it with get_template, adapt it, then create_gantt.

get_templateA

Get one industry template by slug: its task list with durations, ready to adapt and pass to create_gantt.

Prompts

Interactive templates invoked by user choice

NameDescription
plan_projectTurn a goal into a scheduled Gantt chart: draft a work breakdown with realistic durations and dependencies, create it with create_gantt, and present the picture, the critical path and the link.

Resources

Contextual data attached and managed by the client

NameDescription
Software Sprint (2 weeks)Software Development template — 8 tasks, ~14 days
Web Application MVPSoftware Development template — 16 tasks, ~46 days
Mobile App DevelopmentSoftware Development template — 18 tasks, ~53 days
API DevelopmentSoftware Development template — 15 tasks, ~28 days
System MigrationSoftware Development template — 15 tasks, ~43 days
Marketing CampaignMarketing template — 12 tasks, ~10 days
Product LaunchMarketing template — 21 tasks, ~36 days
Content StrategyMarketing template — 17 tasks, ~48 days
Brand RefreshMarketing template — 13 tasks, ~43 days
Commercial ConstructionConstruction template — 14 tasks, ~156 days
Residential ConstructionConstruction template — 15 tasks, ~169 days
Office RenovationConstruction template — 13 tasks, ~46 days
Corporate EventEvents template — 24 tasks, ~28 days
Conference PlanningEvents template — 19 tasks, ~66 days
Wedding PlanningEvents template — 16 tasks, ~45 days
Network DeploymentIT & Infrastructure template — 26 tasks, ~37 days
Cloud MigrationIT & Infrastructure template — 18 tasks, ~83 days
Security AuditIT & Infrastructure template — 13 tasks, ~34 days
Employee OnboardingHuman Resources template — 15 tasks, ~24 days
Recruitment ProcessHuman Resources template — 13 tasks, ~40 days
Annual Budget PlanningFinance template — 12 tasks, ~29 days
Financial AuditFinance template — 15 tasks, ~47 days
Process ImprovementOperations template — 22 tasks, ~33 days

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/idrjoe/loopgantt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server