Dev Workflow MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 125 installs a week from npm. Last commit 13 Jul 2026.
MCP server to enforce development workflow discipline
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
postinstall: node install.js
const child = spawn(
return path.join(baseDir, "users", userId);
const API_BASE_URL = 'https://hollywood-andrew-cycle-genre.trycloudflare.com';
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add dev-workflow-mcp-server -- npx -y @programinglive/dev-workflow-mcp-server
{
"mcpServers": {
"dev-workflow-mcp-server": {
"args": [
"-y",
"@programinglive/dev-workflow-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.dev-workflow-mcp-server]
command = "npx"
args = ["-y", "@programinglive/dev-workflow-mcp-server"]
{
"mcpServers": {
"dev-workflow-mcp-server": {
"args": [
"-y",
"@programinglive/dev-workflow-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"dev-workflow-mcp-server": {
"args": [
"-y",
"@programinglive/dev-workflow-mcp-server"
],
"command": "npx"
}
}
}
Agentic pipeline orchestration MCP server for AI-driven development workflows.
Server-enforced workflow discipline for AI agents: work items, dependency graphs, quality gates
Cloudflare Workers MCP server: agent-workflow-engine
MCP server wrapping abap-adt-api for ABAP ADT development workflows against SAP systems
MCP server for Unreal Engine 5 with 23 tools for game development automation.
A Jira-lite MCP server that guides planning-first workflows for AI-assisted development.
MCP Server that facilitates spec-driven development workflows, not just Vibe Coding.
Development workflow server for CrossPad — build, test, run, screenshot, and navigate code
Answers built from our own checks of this server.