Skip to content
Grok

ReadyAgents for Grok

io.github.readyagentsdev/readyagents

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

client:Grok transport:stdio runtime:pypi

Install ReadyAgents in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "readyagents": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "readyagentsdev"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ReadyAgents in other clients