@loopgantt/mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOOPGANTT_API_KEY | No | API key that enables the account tools (create_project, list_projects). Get a key at https://loopgantt.com/settings/api-keys. | |
| LOOPGANTT_API_URL | No | API base URL. Default: https://loopgantt.com/api/v1 | https://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
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| plan_project | Turn 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
| Name | Description |
|---|---|
| Software Sprint (2 weeks) | Software Development template — 8 tasks, ~14 days |
| Web Application MVP | Software Development template — 16 tasks, ~46 days |
| Mobile App Development | Software Development template — 18 tasks, ~53 days |
| API Development | Software Development template — 15 tasks, ~28 days |
| System Migration | Software Development template — 15 tasks, ~43 days |
| Marketing Campaign | Marketing template — 12 tasks, ~10 days |
| Product Launch | Marketing template — 21 tasks, ~36 days |
| Content Strategy | Marketing template — 17 tasks, ~48 days |
| Brand Refresh | Marketing template — 13 tasks, ~43 days |
| Commercial Construction | Construction template — 14 tasks, ~156 days |
| Residential Construction | Construction template — 15 tasks, ~169 days |
| Office Renovation | Construction template — 13 tasks, ~46 days |
| Corporate Event | Events template — 24 tasks, ~28 days |
| Conference Planning | Events template — 19 tasks, ~66 days |
| Wedding Planning | Events template — 16 tasks, ~45 days |
| Network Deployment | IT & Infrastructure template — 26 tasks, ~37 days |
| Cloud Migration | IT & Infrastructure template — 18 tasks, ~83 days |
| Security Audit | IT & Infrastructure template — 13 tasks, ~34 days |
| Employee Onboarding | Human Resources template — 15 tasks, ~24 days |
| Recruitment Process | Human Resources template — 13 tasks, ~40 days |
| Annual Budget Planning | Finance template — 12 tasks, ~29 days |
| Financial Audit | Finance template — 15 tasks, ~47 days |
| Process Improvement | Operations template — 22 tasks, ~33 days |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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