1. Conduid
  2. Developer Tools
  3. Spec Coding MCP
MCP server · Developer Tools

Spec Coding MCP

Transform feature ideas into production-ready code through systematic Spec-Driven Development 通过系统化的**规格驱动开发**,将功能想法转化为可投入生产的代码

Unclaimed MIT last commit 7 months ago other
63Good

Scored 4 months ago · breakdown

About Spec Coding MCP

Spec Coding MCP is an MCP server published by feiyun0112 in the Developer Tools category: transform feature ideas into production-ready code through systematic Spec-Driven Development 通过系统化的**规格驱动开发**,将功能想法转化为可投入生产的代码. It has been installed 0 times through Conduid.

The repository has 47 stars and 9 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx spec-coding-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Spec Coding MCP

Powered by Claude · Grounded in docs

I know everything about Spec Coding MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

0.1.00.1.0 · 27 Jul 20250.1.0

README

简体中文

Spec Coding MCP Server

Transform feature ideas into production-ready code through systematic Spec-Driven Development

What is Spec-Driven Development?

Spec-Driven Development is, simply put, a software development process where clear, detailed specifications serve as the core driver throughout the entire development workflow. These specifications cover various aspects such as functional requirements, performance metrics, interface definitions, and data formats of the software system, acting like blueprints in construction to clearly outline what the final software should look like for developers.

The core of spec-driven development is to transform vague requirements into an executable, traceable, and verifiable development process through standardized specification documents. Essentially, it integrates the rigor of traditional software engineering into AI programming, turning development from "vibe coding" (relying on intuition) into a controllable engineering process.

The key to spec-driven development is the "Spec folder" — each functional module corresponds to a Spec folder containing 3 core files that "materialize" requirements, designs, and tasks:

  • 1.requirements.md (Requirements Document) — Uses EARS syntax (Easy Approach to Requirements Syntax) to write user stories and acceptance criteria, avoiding vague expressions.

  • 2.design.md (Technical Solution) — Includes details such as architectural design, process logic, technology selection, and potential risks.

  • 3.tasks.md (Task List) — Breaks down the technical solution into executable specific tasks (todolist).

Implementing Spec-Driven Development with spec-coding-mcp

The MCP in spec-coding-mcp stands for Model Context Protocol, which is an important bridge connecting external tools with the AI IDE. As long as your AI IDE can use MCP, you can use spec-coding-mcp.

Here, we'll take GitHub Copilot as an example to introduce how to use spec-coding-mcp.

1. Configure Vs Code

To make GitHub Copilot work with Spec-Coding-MCP, you first need to set up MCP server information in the relevant configuration files.

Visit NuGet.org, search for SpecCodingMcpServer, and you'll see the "MCP Server" tab:

nuget.png

Add a .vscode/mcp.json file to your Vs Code workspace, copy the json from the "MCP Server" tab into it, and save. Then click start above:

start-mcp.png

SpecCodingMcpServer requires .NET 10 to run. Please ensure you have .NET 10 installed locally (https://dotnet.microsoft.com/en-us/download/dotnet/10.0)

dnx.png

2. Start the Spec-Driven Development Process

  • 1.Function Definition: Issue the instruction "Start spec coding" to GitHub Copilot, then specify the specific function, such as "Create a Vue to-do app", add relevant details, and proceed to the next step after confirmation.

spec-coding-1-1.png

spec-coding-1-2.png

spec-coding-1-3.png

  • 2.Requirements Collection: Copilot will start the requirements collection phase, generate a requirements document in EARS format, and proceed to the design phase after confirming the requirements are correct.

spec-coding-2-1.png

  • 3.Design Document: Based on the confirmed requirements, Copilot will generate a comprehensive technical architecture design document. Proceed to task planning after confirming the design is acceptable.

spec-coding-3-1.png

  • 4.Task Planning: Copilot will decompose the design and requirements into a list of executable tasks, ultimately generating a complete Spec folder structure containing requirements.md, design.md, and tasks.md.

spec-folders.png

  • 5.Task Execution: Enter the specific execution phase after confirming the task plan. Copilot will execute tasks one by one until development is complete.

spec-coding-5-1.png

spec-coding-5-2.png

spec-coding-5-3.png

spec-coding-5-4.png

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Spec Coding MCP

How do I install Spec Coding MCP?

Run npx spec-coding-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Spec Coding MCP safe to use with an AI agent?

Its trust score is 63 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Spec Coding MCP still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.