Adaptive plan/build/review cycles for AI coding assistants, persisted across sessions.
Most planning and project tracking work still happens through a UI a human drives. PAPI: Persistent Adaptive Planning Intelligence MCP server moves it into the conversation instead. Adaptive plan/build/review cycles for AI coding assistants, persisted across sessions.
AI coding tools are great at writing code and terrible at remembering why. Every new session starts from zero: you re-explain the project, the decisions, the plan. PAPI is the layer that fixes that. It gives your AI assistant structured project memory (plans, builds, reviews, decisions) that persists across sessions, tools, and teammates.
The server publishes 14 tools. What each one is for:
orient — one call returns the current cycle, what's in flight, and the recommended next action. Run it at the start of every sessionsetup — scaffold PAPI onto a new projectplan — break goals into a cycle of right-sized tasks, each with a build handoff your assistant can execute directlybuild_list — list the current cycle's tasks and their handoffsbuild_execute — start a task (creates a branch and handoff) and complete it (records the build report)release — merge completed work and roll the cycle forwardboard_view — read the project board and any taskboard_edit — change a task's status, cycle, priority, or notesad_hoc — record quick work done outside the cycle so it shows in project historyidea — capture a feature, bug, or research note into the backlogbug — file a bug against the boardstrategy_review — step back every few cycles to check direction, not just velocityBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. PAPI: Persistent Adaptive Planning Intelligence's toolset — orient, setup, plan and 11 more — is a fair guide to whether it matches your workflow. It is maintained by getpapi; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| orient | one call returns the current cycle, what's in flight, and the recommended next action. Run it at the start of every session. |
| setup | scaffold PAPI onto a new project. |
| plan | break goals into a cycle of right-sized tasks, each with a build handoff your assistant can execute directly. |
| build_list | list the current cycle's tasks and their handoffs. |
| build_execute | start a task (creates a branch and handoff) and complete it (records the build report). |
| release | merge completed work and roll the cycle forward. |
| board_view | read the project board and any task. |
| board_edit | change a task's status, cycle, priority, or notes. |
| ad_hoc | record quick work done outside the cycle so it shows in project history. |
| idea | capture a feature, bug, or research note into the backlog. |
| bug | file a bug against the board. |
| strategy_review | step back every few cycles to check direction, not just velocity. |
| strategy_change | record an Active Decision, with supersede history. |
| zoom_out | a periodic retrospective across many cycles. |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.