From 6cd4522fc677ebd9ab3f8dc5a33dbed148343e32 Mon Sep 17 00:00:00 2001 From: readyagents Date: Thu, 3 Sep 2026 18:08:34 +0000 Subject: [PATCH] Add ReadyAgents to Frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08f1f3ee3..a3df89828 100644 --- a/README.md +++ b/README.md @@ -3910,6 +3910,7 @@ Interact with Git repositories and version control platforms. Enables repository - [SonAIengine/graph-tool-call](https://github.com/SonAIengine/graph-tool-call) [![graph-tool-call MCP server](https://glama.ai/mcp/servers/SonAIengine/graph-tool-call/badges/score.svg)](https://glama.ai/mcp/servers/SonAIengine/graph-tool-call) ๐Ÿ ๐Ÿ  - When tool count exceeds LLM context limits, accuracy collapses (248 tools โ†’ 12%). graph-tool-call builds a tool graph from OpenAPI/MCP specs and retrieves multi-step workflows via hybrid search (BM25 + graph traversal + embedding), recovering accuracy to 82% with 79% fewer tokens. Zero dependencies. Also works as an MCP Proxy โ€” aggregate multiple MCP servers behind 3 meta-tools. - [vinkius-labs/mcp-fusion](https://github.com/vinkius-labs/mcp-fusion) ๐Ÿ“‡ [![Glama](https://glama.ai/mcp/servers/badge/@vinkius-labs/mcp-fusion)](https://glama.ai/mcp/servers/@vinkius-labs/mcp-fusion) - A TypeScript framework for building production-ready MCP servers with automatic tool discovery, multi-transport support (stdio/SSE/HTTP), built-in validation, and zero-config setup. - [MervinPraison/praisonai-mcp](https://github.com/MervinPraison/praisonai-mcp) ๐Ÿ - AI Agents framework with 64+ built-in tools for search, memory, workflows, code execution, and file operations. Turn any AI assistant into a multi-agent system with MCP. +- [ReadyAgents](https://github.com/readyagents/readyagents-core) ๐Ÿ ๐Ÿ  - Local one-shot YAML/JSON agent workflow CLI with tools, approvals, and resume, plus an optional stdio MCP server. Apache-2.0, BYOK. - [rocketride-org/rocketride-server](https://github.com/rocketride-org/rocketride-server) [![rocketride-org/rocketride-server MCP server](https://glama.ai/mcp/servers/rocketride-org/rocketride-server/badges/score.svg)](https://glama.ai/mcp/servers/rocketride-org/rocketride-server) ๐Ÿ“‡ ๐Ÿ  - MCP server that exposes RocketRide AI pipelines as tools for Claude, Cursor, and Windsurf. Self-hosted, open-source pipeline tool with multi-LLM support. - [shaqmughal/seekstone](https://github.com/shaqmughal/seekstone) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Filesystem-direct Obsidian MCP server with low context-tax. Reads your vault directly from disk โ€” no Local REST API plugin required. ~575ร— smaller payloads than the REST plugin. 8 tools. `npx -y obsidian-mcp-seekstone` (also: `npx -y seekstone`) - [vivek081166/japan-utils-mcp](https://github.com/vivek081166/japan-utils-mcp) [![vivek081166/japan-utils-mcp MCP server](https://glama.ai/mcp/servers/vivek081166/japan-utils-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vivek081166/japan-utils-mcp) ๐Ÿ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Japan-specific utilities for AI agents: era โ†” Western year conversion (ไปคๅ’Œ8ๅนด โ†” 2026), kanji-to-romaji transliteration, 7-digit postal code lookup, national holiday calendar, hiragana โ†” katakana conversion, full-width โ†” half-width normalization, and statistical Japanese name splitting. 9 tools, MIT licensed, installable via `uvx japan-utils-mcp`.