mcpbeat Sign in

Dev Workflow MCP Server

by programinglive Your server? Claim it
local only

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

Installs per day peak 95 · avg 16 · +18% w/w
a month agotoday
125
Installs / week
npm · @programinglive/dev-workflow-mcp-server
1
Stars
1 open issues
13 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

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.

Runs a command on install [пакет] package.json:1
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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add dev-workflow-mcp-server -- npx -y @programinglive/dev-workflow-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dev-workflow-mcp-server": {
      "args": [
        "-y",
        "@programinglive/dev-workflow-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dev-workflow-mcp-server]
command = "npx"
args = ["-y", "@programinglive/dev-workflow-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "dev-workflow-mcp-server": {
      "args": [
        "-y",
        "@programinglive/dev-workflow-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dev-workflow-mcp-server": {
      "args": [
        "-y",
        "@programinglive/dev-workflow-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Dev Workflow MCP Server

same job, measured the same way
junai Pipeline MCP
by saajunaid

Agentic pipeline orchestration MCP server for AI-driven development workflows.

205 installs/wk local only
MCP Task Orchestrator
by jpicklyk

Server-enforced workflow discipline for AI agents: work items, dependency graphs, quality gates

local only
Agent Workflow Engine
by lazymac2x

Cloudflare Workers MCP server: agent-workflow-engine

5 tools answering
MCP Abap Abap Adt API
by mario-andreschak

MCP server wrapping abap-adt-api for ABAP ADT development workflows against SAP systems

129 installs/wk local only
Unreal Engine MCP
by chir24

MCP server for Unreal Engine 5 with 23 tools for game development automation.

225 installs/wk local only
Primer MCP
by ivanlai

A Jira-lite MCP server that guides planning-first workflows for AI-assisted development.

135 installs/wk local only
Spec Driven Development
by formulahendry

MCP Server that facilitates spec-driven development workflows, not just Vibe Coding.

48 installs/wk local only
Crosspad MCP
by crosspad

Development workflow server for CrossPad — build, test, run, screenshot, and navigate code

202 installs/wk local only

Dev Workflow MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Dev Workflow MCP Server?
Dev Workflow MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @programinglive/dev-workflow-mcp-server was installed 125 times last week.
How do I connect Dev Workflow MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @programinglive/dev-workflow-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Dev Workflow MCP Server?
The npm package @programinglive/dev-workflow-mcp-server was installed 125 times in the last week. Week over week that is +18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dev Workflow MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.