ReadyAgents for Cursor
io.github.readyagentsdev/readyagents
Local YAML/JSON agent workflow CLI with approvals, resume, and optional stdio or loopback MCP HTTP.
client:Cursor
transport:stdio
runtime:pypi
Install ReadyAgents in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"readyagents": {
"type": "stdio",
"command": "uvx",
"args": [
"readyagentsdev"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs