tuck-it
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tuck-itshow me the items in my inbox"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tuck-it
A single source of truth for a product's state, roadmap, and deferred work — read and written equally by you (web dashboard) and your AI agent (MCP).
License: Business Source License 1.1 (source-available — not open source). You may self-host and make production use of tuck-it; you may not offer it to third parties as a hosted or managed service. Converts to Apache License 2.0 on 2030-07-10. See LICENSE for the full terms.
Run
tuck-it serves both the web dashboard and the agent MCP endpoint from one ASGI app:
uvicorn tuckit.asgi:app --port 8000See docs/mcp-setup.md to connect your agent (MCP over HTTP).
Related MCP server: PM-Skills MCP
Web dashboard
python manage.py migrate
python manage.py bootstrap # first run only — creates the local workspace
uvicorn tuckit.asgi:app --port 8000 # or: python manage.py runserverOpen http://localhost:8000/ — home, inbox, areas (list/board), slice detail, and settings (workspace name, API tokens, MCP snippet) all live there.
Your agent reads and writes the same workspace over MCP (see docs/mcp-setup.md); you read and write it over the web. One database, no sync step — whichever one you look at is current.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceAI-native project management with persistent memory for coding agents. 17 MCP tools for features, stories, sprints, architecture decisions, knowledge base, and session tracking.Last updated2MIT
- AlicenseAqualityCmaintenanceMCP server exposing 40 best-practice product management skills plus workflows and lifecycle tools, instantly accessible to any AI via Model Context Protocol.Last updated193918Apache 2.0
- Alicense-qualityAmaintenanceCentralized MCP server for spec-driven AI agent workflows, enabling isolated feature management, task tracking, and implementation with handoff and archiving capabilities across multiple projects and developers.Last updated2101MIT
- Alicense-qualityBmaintenanceMulti-project execution, memory, and collaboration platform for humans and AI agents, providing MCP tools for agents to read and write project state.Last updated2MIT
Related MCP Connectors
One shared context your team's AI tools read & write over MCP. No re-explaining. Free.
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
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/tuck-it/tuckit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server