Db
БесплатноНе проверенPlan Desk persistence layer (Drizzle + SQLite schema, migrations, repositories).
Описание
Plan Desk persistence layer (Drizzle + SQLite schema, migrations, repositories).
README
Local-first, self-hostable planning workspace — canvas + docs-on-nodes + tasks + board + MCP for product teams and agent workflows.
Plan Desk is a graph-native planning app you run on your machine: map dependencies on a flow canvas, attach specs to nodes, track status on a board, and let Claude Code or Codex read and update the plan over MCP. Data stays in a local SQLite workspace; export/import keeps projects portable.
Set up with your coding agent
Let your agent wire Plan Desk into the current repo. From your project folder, paste into Claude Code (or Codex):
Read https://plandesk.asyncdot.com/start.md then set up Plan Desk for this project.
It installs the CLI, starts the local server, creates or binds a project, and verifies — scoped to your folder, no secrets committed. Then a fresh session plans and builds from the live graph. Walkthrough: From idea to development with Claude Code.
Documentation
📖 plandesk.asyncdot.com — hosted documentation: quickstart, Docker self-hosting, MCP/agent setup, CLI reference, API, architecture, and validation.
Built with Astro Starlight in apps/docs:
pnpm --filter @plandesk/docs dev # http://localhost:4321
pnpm --filter @plandesk/docs build # static site in apps/docs/dist/
Quickstart
npm i -g @plandesk/cli
plandesk init
plandesk serve
Open http://127.0.0.1:3847.
From source (contributors):
git clone https://github.com/asyncdotengineering/plandesk
cd plandesk
pnpm install && pnpm build
export PATH="$PWD/packages/plandesk-cli/bin:$PATH"
plandesk init
plandesk serve
Development
pnpm build # compile all packages + web assets + docs
pnpm test # unit + integration tests
pnpm lint # ESLint + Prettier
pnpm validate # live health + MCP smoke
pnpm metrics # v1 performance targets
Roadmap
Shipped (@plandesk/* 0.4.0)
Local-first planning workspace: flow canvas with labeled dependency edges, specs on nodes, kanban board, project notes, 27 MCP tools (incl. scaffold_project_from_plan, get_next_task, document comments), lossless export/import, Docker self-hosting — plus the Client Collaboration tier below.
Shipped in 0.4.0 — Client Collaboration
Share a project with an external client or another team and collaborate two-way, without giving up local-first authoring. Full design in rfcs/client-collaboration-sync/. Phases 1–5 ship the complete client-facing + owner + agent + live loop:
- Read-only portal — a guest opens a share link and sees a curated, allow-list projection of the plan (graph + board + shared docs). Internal data is structurally absent, never filtered.
- Named join + identity — Zoom-style "enter your name" join → scoped, session-gated view; invite-scoped or public; append-only activity/audit log.
- Moderated issue intake — guests file bugs into a proposal inbox that never touches the source of truth; the owner pulls and triages.
- Pull → triage → task —
plandesk pullbrings submissions into a local triage inbox; accept creates a real task via the normal write path (so the agent canget_next_taskit); status acks back to the guest. Driven by CLI (publish/push/pull/sync --watch/share create) and 5 MCP tools. - Live status-back — a change on the owner's canvas propagates to the guest's portal in ~2s over SSE, no reload.
- Agent-assisted deploy —
plandesk deploy cloudflare | claudehands a coding agent a hosted, grounded runbook that stands up your own sync server on Cloudflare Workers + D1 + Pages. See Collaboration & sync.
Pending — Phase 6: multi-tenant hardening
What turns the collaboration tier into a true multi-tenant product. Not yet built — gated because a mistake here is a cross-tenant data leak (tenant_isolation is an unshippable-if-failing test):
- Org / tenant model —
orgs,org_members,project_memberson the hosted sync server. - Fail-closed tenant scoping — every hosted query carries an
org_idor throws; the raw DB client is unreachable outside the scoping module, so "forgot theWHERE org_id" cannot compile. - Intra-org project silos — membership ACL so teams in one org only see projects they're shared into.
- Per-audience revocation / expiry — revoking one share invalidates its cached projection + open SSE without touching siblings.
(Agent-assisted self-deploy shipped in 0.4.0 as plandesk deploy — a hosted connector-spec an agent runs, not a bundled provisioner; see RFC Delta 06.)
Smaller follow-ups: magic-link invite verification (current invite check trusts the typed email), cross-instance SSE pub/sub for multi-replica deploys, and sync --watch auto-reconnect.
License
Private / see repository owner.
Установить Db в Claude Desktop, Claude Code, Cursor
unyly install dbСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add db -- npx -y @plandesk/dbFAQ
Db MCP бесплатный?
Да, Db MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Db?
Нет, Db работает без API-ключей и переменных окружения.
Db — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Db в Claude Desktop, Claude Code или Cursor?
Открой Db на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Db with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data