Project management MCP for AI agents with safe task reads and writes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Project management MCP for AI agents.
LTD MCP lets AI agents connect to an LTD workspace over MCP and safely operate project work: inspect project health, search tasks, create tasks, update tasks, assign owners, and add comments using scoped API tokens and preview-confirm writes.
Status: early public preview. Read tools are available. Write tools use a two-step preview-confirm safety flow.
Most project management tools were built for humans clicking dashboards. AI agents need safe, structured tools.
LTD MCP is the agent-native interface for LTD, an anti-Jira-style project workspace for teams that want humans and AI agents operating together.
Transport: Streamable HTTP / HTTP MCP
Authentication: Bearer token
ltd_list_projects - list projects the token can accessltd_describe_project - describe statuses, custom fields, and membersltd_search_tasks - search/filter tasksltd_get_task - fetch full task detailltd_my_tasks - list token owner's open tasksltd_get_comments - read task commentsltd_project_pulse - project health rollupsltd_analytics_query - analytics aggregationsltd_drilldown_tasks - drill into analytics datapointsltd_create_task - create a taskltd_update_task - update fields on a taskltd_add_comment - add a commentWrite tools are intentionally two-step:
mode="preview" returns the exact proposed change and a short-lived confirm token. Nothing is written.mode="confirm" with the same arguments plus confirm_token performs the write.Create an LTD API token from LTD Settings β API tokens.
Recommended scopes:
mcp:read for read-only project visibilitymcp:write for task creation, updates, assignment, and commentsKeep tokens secret. Revoke and rotate them from LTD settings when needed.
LTD MCP is designed for human-controlled agent operations:
nothing_changed_yet: true.Preview:
Confirm:
Any MCP client that supports remote HTTP / Streamable HTTP MCP servers should work.
Planned docs:
MIT for documentation and examples in this repository. LTD server implementation and hosted service are owned by Eshway.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ltd-mcp)<a href="https://allmcps.com/mcp/ltd-mcp"><img src="https://allmcps.com/api/badge/ltd-mcp?style=directory" alt="LTD MCP on AllMCPs" /></a>