omp-worker-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 29 Aug 2026.
Delegate complete coding tasks to the local OMP default model and inspect the result.
We read the source, 20 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.
const child = spawn(process.execPath, [runnerPath, jobFilePath(job.id)], {
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 omp-worker-mcp -- npx -y omp-worker-mcp
{
"mcpServers": {
"omp-worker-mcp": {
"args": [
"-y",
"omp-worker-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.omp-worker-mcp]
command = "npx"
args = ["-y", "omp-worker-mcp"]
{
"mcpServers": {
"omp-worker-mcp": {
"args": [
"-y",
"omp-worker-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"omp-worker-mcp": {
"args": [
"-y",
"omp-worker-mcp"
],
"command": "npx"
}
}
}
MCP server mode for Qoder CLI — delegate coding tasks to local Qoder agents from any MCP client.
Delegate coding and sysops tasks to cheaper agents or local LLMs via durable background job queues.
Delegate bulk code edits to a cheap worker model. Gated, atomic. PHP and Python.
MCP server for the Google Tasks API: task lists, subtasks, due dates, complete and move tasks.
Delegate tasks to vetted human experts - research, writing, analysis, and data work.
Run long shell commands as background tasks: start them, keep working, collect the results later
Connect MCP-capable AI agents to local Granoflow tasks, reviews, cards, imports, and work memory.
Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.
Answers built from our own checks of this server.