Skip to main content
Glama
tuck-it
by tuck-it

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 8000

See 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 runserver

Open 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.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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