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.
Latest Blog Posts
- 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