Back to Browse

Readyagents Core MCP Server

Developer ToolsLow Risk9.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.8
Low Risk9.8Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (4/4 approved).

3 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-readyagentsdev-readyagents": {
      "args": [
        "readyagentsdev"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

ReadyAgents Core

ReadyAgents is a free, self-hosted Apache-2.0 local one-shot agent workflow engine plus MCP toolkit: clone it, bring your own keys; always-on packs are waitlisted and not for sale. 1.0 means every run can be recorded, replayed offline, forked, diffed, and frozen into a regression test — with a written stability contract.

Site: readyagents.dev. Repo: github.com/readyagentsdev/readyagents-core.

Tried it? Open an I-ran-this issue. We are not launching. We are listening.

This repository is the free core. You keep the provider account and the bill. Install with pip install readyagentsdev, or from this clone.

60-second start

Requires Python 3.11–3.14 on Linux, macOS, or Windows. Tagged 1.9.0 is the connector suite (pip install readyagentsdev). This checkout also has Unreleased A2A, memory, and sandboxed type: code — clone and pip install -e . to try those; they are not on the 1.9.0 tag.

git clone https://github.com/readyagentsdev/readyagents-core.git
cd readyagents-core
python -m venv .venv
source .venv/bin/activate   # Windows: .venv\Scripts\activate
pip install -e .
readyagents run examples/calc_pipeline.yaml
readyagents runs list
readyagents doctor

readyagents run examples/calc_pipeline.json is the same graph.

Or from PyPI (the wheel does not ship examples/):

pip install readyagentsdev
readyagents new my-flow

HITL next: docs/first-ten-minutes.md.

What it does

  • Define agent workflows as YAML or JSON (nodes + edges)
  • Run agent, tool, condition, transform, approval, parallel, include, foreach, a2a, memory, and code nodes. Agent nodes may declare a tools: allowlist for a bounded tool-use loop.
  • Persist after every node and resume a paused or failed run from the last successful node
  • Inspect past runs: readyagents runs list / show / replay / report (local HTML)
  • Record, replay offline, fork, diff, and freeze a run into an eval fixture (time machine)
  • Optional agent firewall: taint, tool policy, MCP pinning (security model, policy) — defence in depth, not a solution to prompt injection
  • Scaffold a starter: readyagents new my-flow (basic, approval, research, pipeline, review, foreach, agent-tools, gated)
  • Builtin tools with zero extra servers: now, calc, json_get, list_dir, read_file, write_file, optional http_get
  • Small governed connector set (rest, sql, object_storage, message, ingest) plus readyagents connectors catalog — connectors
  • Optional MCP client and server (readyagents mcp serve, readyagents mcp probe) with official tasks and MRTR approvals
  • Optional A2A serve/probe and type: a2a delegation (Unreleased on this checkout; 0.3 JSON-RPC projection; remote content untrusted; not certification)
  • Optional memory (type: memory, local JSON/SQLite, BM25, TTL/forget) — Unreleased on this checkout; untrusted; delayed injection and scope escape first; not a quality claim
  • Optional sandboxed code (type: code, subprocess default) — Unreleased; accident-grade isolation, not hostile-code-proof; no bundled container runtime
  • Optional output contracts (contract: on a value-producing node) — Unreleased; declared schema and content rules, not a safety classifier
  • Optional multi-agent teams (type: team) — Unreleased; closed members, engine-enforced stop, no routing-quality claim
  • Optional workflow studio (readyagents studio) — Unreleased; loopback canvas and run inspector; YAML on disk stays the source of truth; not a hosted product
  • Optional model routing (routing:, Gemini/Bedrock/Vertex extras, readyagents models) — Unreleased; declared policy, not quality inference; no-policy selection unchanged
  • Optional multimodal I/O (MediaPart, type: document, type: transcribe, image/pdf/audio extras) — Unreleased; plumbing and governance, not extraction accuracy; text-only runs unchanged
  • Optional knowledge pipelines (type: ingest, readyagents knowledge) — Unreleased; citations and freshness, not a retrieval-quality claim; plain memory writes unchanged
  • Optional data pipelines (type: table, type: classify, readyagents table) — Unreleased; deterministic ops and remainder-only classify; not a warehouse; json_get/foreach defaults unchanged
  • Optional long-horizon waits (type: wait, readyagents wake / event) — Unreleased; lazy wake, no daemon; waitingpaused; not a scheduler
  • Optional event triggers (triggers:, readyagents triggers) — Unreleased; core contract only, no listener in core; at-least-once plus idempotency, not exactly-once; loopback-default webhook
  • Optional agent skills (type: skill, readyagents skills / agents-md) — Unreleased; open SKILL.md format; untrusted instructions; sandbox scripts; not a marketplace
  • Optional workflow packaging (readyagents package) — Unreleased; review-before-install archives with policy, fixtures, and signature; signed static index; not a hosted marketplace
  • Optional simulation (readyagents simulate) — Unreleased; declaration-driven cases, honest coverage, dry-run default; not exhaustive, not a hosted simulator
  • Optional self-healing (readyagents health, recovery:) — Unreleased; fingerprints and fail-safe gates; not prediction; not a hosted reliability service
  • Optional benchmark harness (readyagents bench) — Unreleased; offline cassettes, labelled engine vs live timing; not a model-quality or competitor ranking
  • Optional prompt optimization (readyagents optimize, readyagents prompts) — Unreleased; versioned prompts, offline reflective loop, gated promotion; not GEPA/DSPy parity; YAML that never optimizes is unchanged
  • Optional feedback export (readyagents feedback export|stats) — Unreleased; consent-gated corrections as eval/sft/dpo; not fine-tuning; not a hosted dataset
  • Optional governed browser use (type: browser) — Unreleased; declared actions, allowlist, taint, offline replay; driver in an optional pack; no CAPTCHA solving; not a free-running browser agent
  • Optional conversational sessions (type: converse, readyagents sessions, serve chat) — Unreleased; turns are durable runs; loopback chat; no audio in core; not a hosted chat product
  • Optional environments and rollout (readyagents.env.yaml, run --env, promote, rollback, env status|history|diff) — Unreleased; pinned signed releases, gated promote, canary/shadow, lazy rollback; not a hosted deploy
  • Optional migration importers (readyagents import) — Unreleased; n8n / LangGraph / CrewAI / trigger-action; structural translation plus a fidelity report; never exec source Python; not behavioural equivalence
  • Optional agent registry (readyagents registry) — Unreleased; inventory from declared roots; derived facts plus declared roles/tier; draft Annex VIII export, not a legal filing; not a hosted registry
  • Optional distillation (readyagents distill) — Unreleased; consented hashed splits, pack-owned training, holdout-gated one-node adapters; not a quality claim; core never trains
  • Extra node types and tools via Python entry points (readyagents.packs)
  • Per-node token/cost, budgets, --estimate / --max-spend caps, local spend ledger, model fallback, JSON logs
  • External approval injection (readyagents decide) and outbound pause notify
  • Secrets / RBAC / PII-redaction hooks and an append-only, hash-chained audit trail; readyagents evidence writes a local pack of a run — evidence, not legal compliance or certification (compliance)
  • Pydantic output_schema on agent nodes; opt-in local LLM cache
  • readyagents.testing helpers, recorded LLM mocks, and a tiny eval harness

Architecture

flowchart LR
  YAML[Workflow YAML/JSON] --> Engine
  subgraph Core["ReadyAgents Core"]
    Engine[Workflow engine]
    Tools[Builtin tools]
    LLM[BYOK LLM providers]
    MCP[MCP client / server]
    Packs[Pack loader]
  end
  Engine --> Tools
  Engine --> LLM
  Engine --> MCP
  Packs --> Engine
  Packs --> Tools
  LLM --> OpenAI[OpenAI]
  LLM --> Anthropic[Anthropic]
  LLM --> Compat[OpenAI-compatible]

CLI

CommandPurpose
readyagents initWrite .env from .env.example if missing
readyagents new [name] [--template basic|approval|research|pipeline|review|foreach|agent-tools|gated]Scaffold workflow + README + .env.example + local JSON Schema
readyagents import SOURCE PATH [--out DIR] [--explain SOURCE]Import n8n / LangGraph / CrewAI / trigger-action exports (Unreleased; structural translation only)
readyagents validate PATHSchema-validate a workflow (source-located errors on failure)
readyagents schemaPrint/write/check the generated workflow JSON Schema
readyagents eval PATHScore a keyless fixture suite (exit 0/1)
readyagents optimize PATH --eval SUITEReflective prompt optimization against your eval suite (Unreleased; not a hosted optimizer)
readyagents prompts list / show / history / diff / rollbackVersioned prompts beside the workflow; rollback restores exactly
readyagents env status / history / diff / deployDeclared environments and pinned releases (Unreleased; not a hosted deploy)
readyagents registry scan / annotate / check / list / show / stats / card / exportLocal agent inventory from declared roots (Unreleased; not a hosted registry; Annex VIII export is a draft, not a filing)
readyagents distill plan / dataset / train / evaluate / promoteLocal one-node adapters from consented runs (Unreleased; pack trains; holdout required; not a quality claim)
readyagents promote PATH --from SRC --to DSTCopy a source pin onto a target after eval/fixture/bench/health/approval gates
readyagents rollback --env NAMERestore the previous release atomically; never auto-forwards
readyagents feedback export / statsConsent-gated correction datasets (Unreleased; production data; not a hosted service)
readyagents run PATH [--input KEY=VALUE] [--dry-run] [--approve NODE] [--reject NODE] [--decision-file FILE] [--actor NAME] [--pack PATH] [--policy PATH] [--estimate] [--max-spend USD] [--max-tokens N] [--label KEY=VALUE] [--sovereign] [--stream] [--env NAME]Execute (or --estimate without running). --env runs a pinned release. --stream is opt-in Unreleased
readyagents batch PATH --input-file FILE [--concurrency N] [--max-spend USD] [--out FILE]Foreground: one workflow, many JSONL/CSV rows (opt-in; Unreleased)
readyagents attest RUN_IDData-residency attestation (technical evidence, not legal compliance)
readyagents bundle --out DIROffline wheel set for pip install --no-index --find-links
readyagents resume RUN_ID [--approve NODE] [--reject NODE] [--decision-file FILE] [--policy PATH]Resume a paused or failed run
readyagents policy check PATHValidate a firewall policy file (fail closed)
readyagents policy explain PATH [--policy PATH]Show which tools each node may call and why
readyagents evidence RUN_ID [--out DIR]Local evidence pack (not a compliance certificate)
readyagents audit verify [--file PATH]Walk the hash-chained audit trail
readyagents spend [--since DATE] [--by day|workflow|model|actor|label]TokenOps: aggregate the local spend ledger (informational vs the provider invoice)
readyagents graph PATHDeterministic Mermaid routing (executes nothing)
readyagents decide RUN_ID [--file FILE | --node ID --decision approve] [--token-file JWT] [--actor NAME] [--reason TEXT]Inject an approval; --actor stays the default, --token-file identifies
readyagents approvals list [--role ROLE] [--actor NAME] [--expiring-within 1h]Queue of paused gates the caller may see
readyagents delegate --from A --to B --until TS [--scope ROLE]Time-bounded, single-hop, revocable approval delegation
readyagents delegations list | revoke IDList or revoke local delegations
readyagents identity verify --token-file JWTVerify an assertion against local trust anchors
readyagents identity whoamiWorkload fingerprint (never the private key)
readyagents runs listList persisted runs
readyagents runs show RUN_IDNode timeline + stored state (inspect is an alias)
readyagents runs report RUN_IDLocal HTML summary of a run
readyagents runs replay RUN_IDNew run from stored inputs
readyagents runs delete RUN_ID --yesDelete one local run record
readyagents runs gc --yesPrune succeeded/failed/cancelled runs (paused kept; in-window records refused unless --override-retention)
readyagents runs fork / diff / freeze / migrateTime machine: fork a run, diff two, freeze a cassette, migrate JSON→SQLite
readyagents connectors list / show / testSmall governed catalog (rest, sql, object_storage, message, ingest) — not 500 SaaS
readyagents sign / verify / lock / sbom / trustSupply-chain: signatures prove origin, not safety
readyagents approvals serveForeground localhost approval page (not a hosted dashboard)
readyagents studio [--port 8790] [--open] [--read-only]Foreground localhost canvas and run inspector (Unreleased; not a hosted product)
readyagents models list / show / route --explainDry model catalog and routing explain (Unreleased; no provider call)
readyagents mcp serveStdio MCP server (builtin tools); --json prints protocol versions
readyagents mcp probe URLRead-only server/discover diagnostic (never calls a tool)
readyagents a2a serve PATHForeground A2A door for one workflow (loopback by default)
readyagents a2a card PATHDeterministic Agent Card (no network)
readyagents a2a probe URLRead-only remote card diagnostic (no secret values)
readyagents memory list / show / search / forget / exportLocal scoped memory (offline except optional embeddings)
readyagents packs [--pack PATH]List installed / local packs
readyagents doctorRead-only platform / extras / permissions / loopback / run-store / sovereign diagnostic
readyagents versionPrint version

Examples (no keys unless noted)

FileWhat it shows
examples/calc_pipeline.yamlBuiltin tools, transform, condition
examples/calc_pipeline.jsonSame graph as calc_pipeline.yaml
examples/approval_gate.yamlHuman-in-the-loop pause / resume
examples/ollama_local.yamlKeyless loopback OpenAI-compat path (no live model)
examples/quorum_gate.yamlTwo-approver gate (keyless)
examples/expiring_gate.yamlLazy deadline, on_expire: reject (keyless)
examples/multi_gate.yamlTwo sequential approval gates
examples/fanout_gate.yamlParallel branches + approval
examples/include_demo.yamlSub-workflow include
examples/composed_gate.yamlInclude + parallel + approval
examples/research_brief.yamlAgent node (needs a key)
examples/support_triage.yamlClassify then branch (needs a key)
examples/code_review.yamlread_file + review (needs a key)
examples/agent_tools.yamlAgent tools: [calc] (needs a key; --dry-run is keyless)
examples/foreach_calc.yamlSequential foreach + calc (no keys)
examples/policy_gated.yamlPolicy gate on tainted write_file (no keys)
examples/readyagents.policy.yamlStarter firewall policy
examples/json_mutate.yamljson_set / json_merge (no keys)
examples/table_pipeline.yamltype: table + type: classify (validate keyless)
examples/list_dir.yamlBuiltin list_dir (no keys, no MCP, no Node)
examples/eval/pass.yamlKeyless readyagents eval fixture suite
examples/a2a_delegate.yamltype: a2a dry-run (no network)
examples/memory_triage.yamltype: memory write then search (keyless)
examples/code_reshape.yamltype: code JSON in/out (keyless, subprocess)
examples/batch_echo.yamlKeyless readyagents batch row echo (batch_rows.jsonl / .csv)
examples/connector_rest.yamlKeyless rest connector against a local fixture
examples/connector_demo.yamlLocal --pack connector (examples/packs/connector_pack.py)
examples/gated_write.yamlApproval then write_file (no keys)
examples/env/echo.yamlKeyless env deploy + run --env (examples/env/readyagents.env.yaml)

Docs

Install extras

LLM and MCP extras are optional.

pip install "readyagentsdev[openai]"
pip install "readyagentsdev[anthropic]"
pip install "readyagentsdev[gemini]"
pip install "readyagentsdev[bedrock]"
pip install "readyagentsdev[vertex]"
pip install "readyagentsdev[mcp]"
pip install "readyagentsdev[all]"
pip install "readyagentsdev[image]"
pip install "readyagentsdev[pdf]"
pip install "readyagentsdev[audio]"
pip install "readyagentsdev[table]"

From a clone, the same extras are pip install -e ".[openai]" (and anthropic / gemini / bedrock / vertex / mcp / all). The optional [otel] extra is not included in [all]; it starts no collector (see observability.md). The optional [sign] extra (Ed25519 artifact signatures), [jwt], [gemini], [bedrock], [vertex], [image], [pdf], [audio], and [table] extras are also not in [all]. Unsigned default runs never import them. Codecs are extras; core installs stay text-only. Pandas is optional for table ops; stdlib is sufficient.

Then cp .env.example .env and paste your own keys. Core workflows that only use builtin tools do not need extras, keys, or Node.js.

docker compose run --rm readyagents run examples/calc_pipeline.yaml
make smoke

What is not in this repository

Always-on packs are waitlisted and not for sale.

Always-on / continuous workers are not in Core. The optional readyagents-pack-continuous distribution (separate repository, not a Core extra) can run configured workflows from an explicit foreground command. Installing Core still starts no scheduler or listener.

Hosted control plane. Hosted recovery and remote run stores. SSO, multi-tenant teams, billing.

The core has persist, resume, and approval pauses for a local one-shot. It does not run always-on.

License

Apache License 2.0. See LICENSE.

Security

Please report vulnerabilities as described in SECURITY.md. Public contact: info@readyagents.dev. Do not commit API keys. Local operator files such as .env are gitignored.

Reviews

No reviews yet

Be the first to review this server!