Masterplan
БесплатноНе проверенMinimal MCP server that keeps implementation plans and handoffs as plain markdown in the CWD of your agent.
Описание
Minimal MCP server that keeps implementation plans and handoffs as plain markdown in the CWD of your agent.
README

masterplan
Minimal MCP server that keeps implementation plans and handoffs as plain markdown in the CWD of your agent.
Skills are based on mattpocock/skills.
Use with your coding agent
Add to your mcp.json / client config:
{
"mcpServers": {
"masterplan": {
"command": "npx",
"args": ["-y", "@joschuadev/masterplan"]
}
}
}
Plans and handoffs live in .masterplan/ in the working directory of your agent.
Optionally add this to your global .gitignore:
.masterplan/
Tools
create_plan({ title })— scaffold a plan, returns its pathlist_plans()— list plans with frontmatterlatest_plan()— most recent plan plus its handoff pathsprepare_handoff({ plan_stem })— scaffold a handoff for a planlist_handoffs({ plan_stem })— list a plan's handoffs
Skills
The plan/handoff workflow is driven by a set of agent skills that live in skills/ and call the tools above. Install them with the Skills CLI (npx skills):
# full workflow
npx skills add JoschuaSchneider/masterplan
# seperately
npx skills add JoschuaSchneider/masterplan@grill-me
npx skills add JoschuaSchneider/masterplan@create-plan
npx skills add JoschuaSchneider/masterplan@implement-plan
npx skills add JoschuaSchneider/masterplan@handoff
| Skill | What it does |
|---|---|
grill-me |
Interview you relentlessly about a plan or design until you reach shared understanding. |
create-plan |
Turn that understanding into a phased, tracer-bullet plan via create_plan. |
implement-plan |
Read the latest plan via latest_plan and start implementing. |
handoff |
Compact a session into a handoff doc via prepare_handoff for the next agent. |
Global install / CLI (optional)
You can install masterplan globally and use the CLI to interact with plans.
npm install -g @joschuadev/masterplan
Develop
bun install
bun src/mcp/server.ts # run from source
bun run build # bundle to dist/masterplan.js
Установка Masterplan
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/JoschuaSchneider/masterplanFAQ
Masterplan MCP бесплатный?
Да, Masterplan MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Masterplan?
Нет, Masterplan работает без API-ключей и переменных окружения.
Masterplan — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Masterplan в Claude Desktop, Claude Code или Cursor?
Открой Masterplan на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Masterplan with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
