Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿง  Knowledge & Memory
  3. Devplan MCP Server
Devplan MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 2:16:57 PM

Devplan MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository7 GitHub StarsTotal stargazers on GitHub for the source repository (7 stars).Visit Website
mcpdevelopment-planningclaude-codegithub-issuesproject-management

Generates validated, agent-executable development plans, project briefs, agent scaffolds, progress tracking, and GitHub issue remediation tasks.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "mmorris35-devplan-mcp-server": {
      "url": "https://mcp.devplanmcp.store/sse"
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (21) Directory Badge Claim listing Alternatives๐Ÿง  More in Knowledge & Memory

Overview

DevPlan guides Claude through interviews, project briefs, development plan generation, validation, and execution workflows. It also tracks progress, records lessons learned, generates executor and verifier agents, and converts GitHub issues into remediation tasks. Use it when you want structured planning artifacts for AI-assisted software development.

Use cases

โ€ขCreate a structured project brief from an idea
โ€ขGenerate and validate an executable development plan
โ€ขCreate executor and verifier agent scaffolds
โ€ขConvert a GitHub issue into a remediation task
โ€ขTrack subtasks, progress, and lessons learned

Key features

โ€ขProject brief creation and parsing
โ€ขCLI, web app, API, and library templates
โ€ขDevelopment plan validation
โ€ขExecutor and verifier agent generation
โ€ขSubtask progress tracking
โ€ขLessons learned management

Capabilities & Tool Schemas (21) ~339 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Devplan MCP Server.

devplan_start

Main entry point - guides Claude through the methodology

devplan_interview_questions

Get questions to gather project requirements

devplan_create_brief

Generate PROJECT_BRIEF.md

devplan_parse_brief

Parse existing brief into structured data

devplan_list_templates

List project templates (cli, web_app, api, library)

devplan_generate_plan

Generate DEVELOPMENT_PLAN.md scaffold with validation instructions

Documentation Overview

DevPlan MCP Server

License: MIT MCP Cloudflare Workers 21 Tools

Transform ideas into executable development plans โ€” an MCP server that brings the ClaudeCode-DevPlanBuilder methodology to Claude Code.

The Problem: AI coding assistants often lose context, skip steps, or produce inconsistent code across sessions.

The Solution: DevPlan creates detailed, agent-executable development plans with built-in validation, lessons learned, and inline git workflows.


NEW โ€” Install as a Skill (No MCP Server Required)

DevPlan is now available as a standalone Claude Code skill โ€” no MCP server, no network dependency, no SSE timeouts. The entire DevPlan methodology runs locally as a first-class plugin.

Install

Step 1 โ€” Add this repo as a plugin marketplace:

bash
/plugin marketplace add mmorris35/devplan-mcp-server

Step 2 โ€” Install the plugin at user scope (available across all projects):

bash
/plugin install devplan@mmorris35 --scope user

Step 3 โ€” Reload plugins to activate:

bash
/reload-plugins

Usage

Invoke the skill directly:

Code
/devplan

Or use specific sub-commands:

server.ts
/devplan brief          โ€” Create or parse a PROJECT_BRIEF.md
/devplan plan           โ€” Generate a Haiku-executable DEVELOPMENT_PLAN.md
/devplan agents         โ€” Generate executor (Haiku) and verifier (Sonnet) agents
/devplan claude-md      โ€” Generate a project CLAUDE.md
/devplan validate       โ€” Check plan structure and Haiku-executability
/devplan progress       โ€” Show completion status
/devplan export mermaid โ€” Generate a Mermaid flowchart of the plan
/devplan issue <number> โ€” Convert a GitHub issue to a remediation task
/devplan implement      โ€” Kickoff the build with executor + verifier agents

Or just describe what you need โ€” Claude will invoke the skill automatically:

Code
"Help me plan a CLI tool for managing dotfiles"
"Create a development plan for this project"
"Validate my development plan"

What's Included

server.ts
skills/devplan/
โ”œโ”€โ”€ SKILL.md                 โ€” Core methodology, interview flow, dispatch
โ”œโ”€โ”€ references/
โ”‚   โ”œโ”€โ”€ templates.md         โ€” Brief/plan/CLAUDE.md templates (CLI, web app, API, library)
โ”‚   โ”œโ”€โ”€ validation.md        โ€” Structure + Haiku-executability rules + battle-tested lessons
โ”‚   โ”œโ”€โ”€ agents.md            โ€” Executor and verifier agent generation patterns
โ”‚   โ””โ”€โ”€ workflows.md         โ€” Mermaid/ReactFlow export + progress tracking
โ”œโ”€โ”€ scripts/
โ”‚   โ”œโ”€โ”€ validate-plan.sh     โ€” Structural validation (standalone)
โ”‚   โ””โ”€โ”€ check-haiku.sh       โ€” Haiku-executability checker (standalone)
โ””โ”€โ”€ examples/
    โ””โ”€โ”€ hello-cli-plan.md    โ€” Gold standard reference plan

Skill vs MCP Server

Skill (NEW)MCP Server
NetworkNone requiredSSE connection to Cloudflare
ReliabilityAlways worksSubject to SSE timeouts
Lessons systemUse Nellie or your ownBuilt-in KV store
Install/plugin installclaude mcp add
Validation scriptsStandalone bashServer-side

Both options are fully supported. The skill is recommended for reliability; the MCP server adds the lessons learned system and usage analytics.


Key Features

FeatureDescription
Agent-Executable PlansPlans so detailed that any LLM coding agent can execute them mechanically
Built-in ValidationValidates plans are complete before execution begins
Real-Time Progress TrackingIntegrates with Claude Code's Task tools for live visibility
Lessons LearnedCaptures issues from verification and injects them into future plans
Issue RemediationConverts GitHub issues directly into remediation tasks
Executor & Verifier AgentsAuto-generates specialized agents with task tracking built-in

Install

Terminal
claude mcp add devplan --transport sse https://mcp.devplanmcp.store/sse --scope user

Or add to ~/.claude.json under the mcpServers key:

config.json
{
  "mcpServers": {
    "devplan": {
      "type": "sse",
      "url": "https://mcp.devplanmcp.store/sse"
    }
  }
}

Update Existing Installation

If you already have DevPlan installed, remove from both scopes and re-add:

Terminal
claude mcp remove devplan --scope project; claude mcp remove devplan --scope user; claude mcp add devplan --transport sse https://mcp.devplanmcp.store/sse --scope user

Quick Start

Code
You: "Use devplan_start to help me build a CLI tool for managing dotfiles"

That's it. DevPlan will guide Claude through the entire process.

The DevPlan Workflow

DevPlan uses a scaffold โ†’ enhance โ†’ validate workflow that ensures every plan is agent-executable before implementation begins.

mermaid
flowchart LR
    subgraph Planning["๐Ÿ“‹ Planning"]
        A[Interview] --> B[Brief]
        B --> C[Generate Scaffold]
    end

    subgraph Enhancement["โœจ Enhancement"]
        C --> D[Enhance with Code]
        D --> E{Validate}
        E -->|Fail| D
        E -->|Pass| F[Ready]
    end

    subgraph Execution["โšก Execution"]
        F --> G[Agent Executes]
        G --> H[Agent Verifies]
    end

    subgraph Learning["๐Ÿง  Learning"]
        H -->|issues| I[Capture Lessons]
        I -->|improve| C
    end

    style E fill:#fff3e0,stroke:#f57c00
    style F fill:#c8e6c9,stroke:#2e7d32
    style I fill:#e3f2fd,stroke:#1565c0

How It Works

  1. Interview โ†’ DevPlan asks questions to understand your project
  2. Brief โ†’ Creates a structured PROJECT_BRIEF.md with requirements
  3. Generate Scaffold โ†’ devplan_generate_plan creates foundation phases + a feature list
  4. Enhance with Code โ†’ Your AI agent structures feature phases and fills in complete, copy-pasteable code
  5. Validate โ†’ devplan_validate_plan checks the plan is agent-executable
  6. Execute โ†’ Executor agent implements each subtask with inline git commands
  7. Verify โ†’ Verifier agent tries to break the implementation
  8. Learn โ†’ Issues become lessons for future projects

Validation Ensures Quality

The validation step checks that plans are truly executable:

  • โœ… Complete code blocks (not pseudocode or placeholders)
  • โœ… All imports included in code blocks
  • โœ… No "add to existing" instructions
  • โœ… No cross-subtask references
  • โœ… Verification commands with expected outputs
Code
# Example validation output
{
  "valid": true,
  "errors": [],
  "warnings": [],
  "stats": {
    "subtasks": 5,
    "codeBlocksChecked": 8,
    "issuesFound": 0
  }
}

Real-Time Progress with Task Tools

Generated executor and verifier agents integrate with Claude Code's Task tools for live progress visibility:

  • Executor agents create tasks for each subtask, showing real-time spinners as work progresses
  • Verifier agents create tasks for each verification phase (Smoke Tests, Feature Verification, Edge Cases, etc.)
  • Progress is visible without scrolling โ€” you always know what Claude is working on
Code
# Example: Executor tracks subtasks
TaskCreate({ subject: "1.2.3: Implement auth middleware", activeForm: "Implementing auth middleware" })
TaskUpdate({ taskId: "...", status: "in_progress" })
# ... work happens ...
TaskUpdate({ taskId: "...", status: "completed" })

Both Task tools (real-time visibility) and DEVELOPMENT_PLAN.md (durable record) are updated โ€” giving you the best of both worlds.

Usage Examples

New Project

Code
"Use devplan_start to help me build [your idea]"

Fix a GitHub Issue

bash
# Get issue JSON
gh issue view 123 --json number,title,body,labels,comments,url > issue.json

# Then tell Claude:
"Use devplan_issue_to_task with this issue to create a remediation plan"

Check Progress

Code
"Use devplan_progress_summary to show me where we are"

Multi-Model Support

DevPlan generates plans and agent files for multiple AI coding tools and models. Use the target parameter to generate outputs for your preferred tool.

Supported Targets

TargetToolAgent FileBest For
claudeClaude CodeCLAUDE.mdClaude Code IDE (default)
cursorCursor IDE.cursorrulesCursor AI editor
aiderAider CLI.aider.conf.ymlTerminal-based AI pair programming
clineVS Code Cline.cline/instructions.mdVS Code extension
windsurfWindsurf IDE.windsurf/rules.mdCodium's AI IDE
genericAny ModelAGENTS.md + filesModel-agnostic markdown format

Using Targets

When generating plans or agent files, specify the target tool:

Generate plan for Cursor:

Code
"Use devplan_generate_plan to create a plan, then I'll customize it for Cursor. Set target to 'cursor' for .cursorrules format"

Generate executor for Aider:

Code
"Use devplan_generate_executor with target='aider' to create an Aider-compatible executor agent"

Generate generic agent files:

Code
"Use devplan_generate_claude_md with target='generic' to create model-agnostic AGENTS.md files"

How Targets Work

Each target has a dedicated adapter that transforms the DevPlan methodology into the appropriate format:

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    โ˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    ๐Ÿง  Knowledge & Memory21 views
    Compare vs Moxie Docs MCP โ†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    ๐Ÿง  Knowledge & Memory16 views
    Compare vs Scrivener MCP โ†’
  • Hindsight logoHindsight

    Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory

    ๐Ÿง  Knowledge & Memory3 views
    Compare vs Hindsight โ†’
  • Context7 logoContext7

    Up-to-date code documentation for LLMs and AI code editors.

    ๐Ÿง  Knowledge & Memory7 views
    Compare vs Context7 โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
7
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Tools exposed
21
Callable tools this server registers over MCP.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Devplan MCP Server

It can generate PROJECT_BRIEF.md, DEVELOPMENT_PLAN.md, CLAUDE.md, executor agents, and verifier agents.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDevplan MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mmorris35-devplan-mcp-server?style=directory)](https://allmcps.com/mcp/mmorris35-devplan-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/mmorris35-devplan-mcp-server"><img src="https://allmcps.com/api/badge/mmorris35-devplan-mcp-server?style=directory" alt="Devplan MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿง Knowledge & Memory
PricingFree
More technical detailsExpand โ–พ
TransportSSE (Remote)
AuthNo auth required
LicenseMIT
Last updatedAug 9, 2026
9/12 checks healthy over the last 32d
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars7
GitHub Star CountTotal stargazers on GitHub representing community popularity (7 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 17, 2026
56Quality signal: Good ยท 56/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿง  Knowledge & Memory โ†’Best MCP servers for Memory & Knowledge โ†’Alternatives to Devplan MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code