mcpbeat Sign in

Workflow MCP Server

by juliusolsson05 Your server? Claim it
local only

Workflow MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 5 Sep 2026.

Session-bound Docker workflow server through Codex. State is discarded with the container.

Installs / week
not published
3
Stars
2 open issues
5 Sep 2026
Last commit
from GitHub
MIT
License
TypeScript

What the code does

We read the source, 19 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.

Builds a database query by concatenation standalone/docker/Dockerfile:30
      \( -name '*.map' -o -name '*.d.ts' \) -delete

FROM ${NODE_IMAGE} AS native-build
Runs an external command standalone/src/daemon/auth.ts:220
    const child = spawn(executable, arguments_, {
USER root
# Install only the compiler/runtime the project actually needs, then remove package-manager caches.
# Keeping this as a derived image avoids turning the maintained MCP base into an unbounded dev box.
# WHY: derived images share the maintained Alpine base. Exact revisio…

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

Alternatives to Workflow MCP

same job, measured the same way
Krita Codex MCP
by cyyprezz

Control Krita through a secure local MCP server and authenticated Windows bridge.

144 installs/wk local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
McpOrchestrator
by byggarepop

Route one agent through one MCP server to many, with progressive tool discovery to shrink context.

local only
ParaView MCP Server
by failed33

Control ParaView through arbitrary Python code

147 installs/wk local only
Letmediff MCP
by letmediff

The official Letmediff MCP server helping you review your code with an agent first workflow

56 installs/wk local only
HeyClaude — Claude & AI workflow directory
by jsonbored

Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

74 installs/wk 28 tools answering
X402 Codesearch MCP
by liminalpepe

Free MCP server: index a repo's files into the x402-codesearch Worker's search index.

30 installs/wk local only

Workflow MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Workflow MCP?
Workflow MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Workflow MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.