mcpbeat Sign in

ReadyAgents MCP Server

by readyagentsdev Your server? Claim it
local only

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

Local YAML/JSON agent workflow CLI with approvals, resume, and optional stdio or loopback MCP HTTP.

Installs / week
pypi · readyagentsdev
0
Stars
1 open issues
10 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check ReadyAgents every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 readyagents -- uvx readyagentsdev
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "readyagents": {
      "args": [
        "readyagentsdev"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.readyagents]
command = "uvx"
args = ["readyagentsdev"]
.cursor/mcp.json
{
  "mcpServers": {
    "readyagents": {
      "args": [
        "readyagentsdev"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "readyagents": {
      "args": [
        "readyagentsdev"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to ReadyAgents

same job, measured the same way
VMware Pilot
by zw008

Multi-step workflow orchestration for VMware MCP skills with approval gates and rollback.

838 installs/wk local only
VMware Pilot
by vmware-skills

Multi-step workflow orchestration for VMware MCP skills with approval gates and rollback.

local only
HOL Guard
by hashgraph-online

Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.

90 145 installs/wk local only
Mova Flat Runner
by mova-compact

Governed AI workflows with human approval gates and audit trails for Claude and MCP clients.

18 installs/wk local only
SAGE Wrapper
by psycgod

Command wrapper MCP server for coding agents, compression, workflows, and local automation.

341 installs/wk local only
Local GPU Imagegen
by zc4578980-tech

MCP-first control plane for ComfyUI workflows with explicit approvals and no silent downloads.

300 installs/wk local only
Local GPU Imagegen
by chevalgrand520

MCP-first control plane for ComfyUI workflows with explicit approvals and no silent downloads.

local only
Orbit
by constellation-works

Orbit's local-first task and workflow registry for coding agents.

519 installs/wk local only

ReadyAgents — questions

Answers built from our own checks of this server.

Why is there no uptime for ReadyAgents?
ReadyAgents 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 pypi package readyagentsdev.
How do I connect ReadyAgents?
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 readyagentsdev straight from pypi; nothing to host, nothing to sign up for.
Is ReadyAgents open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 0 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.