{"id":30177565,"url":"https://github.com/yanmxa/scriptflow-mcp","last_synced_at":"2026-05-19T04:03:41.810Z","repository":{"id":308098673,"uuid":"1031612605","full_name":"yanmxa/scriptflow-mcp","owner":"yanmxa","description":"  Script workflow management via MCP. Converts AI workflows to persistent scripts, reducing tokens \u0026 delays while minimizing hallucination risks.","archived":false,"fork":false,"pushed_at":"2025-08-04T07:09:11.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-04T07:32:32.897Z","etag":null,"topics":["agentic-workflows","ai-optimization","mcp","script-management","token-reduction","workflow-automation"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yanmxa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-04T04:31:37.000Z","updated_at":"2025-08-04T07:09:15.000Z","dependencies_parsed_at":"2025-08-04T07:32:36.354Z","dependency_job_id":"4b578d33-4c77-45b1-bb79-6c5361f41d0c","html_url":"https://github.com/yanmxa/scriptflow-mcp","commit_stats":null,"previous_names":["yanmxa/scriptflow-mcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/yanmxa/scriptflow-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanmxa%2Fscriptflow-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanmxa%2Fscriptflow-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanmxa%2Fscriptflow-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanmxa%2Fscriptflow-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yanmxa","download_url":"https://codeload.github.com/yanmxa/scriptflow-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanmxa%2Fscriptflow-mcp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270004469,"owners_count":24510906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-workflows","ai-optimization","mcp","script-management","token-reduction","workflow-automation"],"created_at":"2025-08-12T04:37:36.229Z","updated_at":"2026-05-19T04:03:36.743Z","avatar_url":"https://github.com/yanmxa.png","language":"TypeScript","funding_links":[],"categories":["📦 Other"],"sub_categories":[],"readme":"# ScriptFlow MCP Server\n\n[![npm version](https://badge.fury.io/js/scriptflow-mcp.svg)](https://www.npmjs.com/package/scriptflow-mcp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nScriptFlow is a script workflow management system built on the Model Context Protocol (MCP). It transforms complex, repetitive AI interactions into persistent, executable scripts that can be managed, version-controlled, and reused across sessions.\n\n## Why ScriptFlow?\n\n1. **Transform Workflows into Scripts**: Convert successful AI interactions into reusable, executable scripts\n2. **Save Time \u0026 Tokens**: Execute complex tasks instantly instead of repeating long conversations\n3. **Guaranteed Consistency**: Scripts run the same way every time, eliminating AI randomness\n4. **Powerful Management**: Search, organize, edit, and version your automation library\n5. **Team Collaboration**: Share proven workflows across your organization\n\n## Features\n\n- **Add/Edit/Remove** scripts with metadata\n- **List/Search** scripts by name, description, or tags  \n- **Execute** scripts with arguments\n- **Multi-language** support (Bash, Python, Node.js, TypeScript)\n\n## Setup\n\nAdd to your MCP client config (e.g., Claude Desktop `claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"scriptflow\": {\n      \"command\": \"npx\",\n      \"args\": [\"scriptflow-mcp\"],\n      \"env\": {\n        \"SCRIPTFLOW_SCRIPTS_DIR\": \"/your/custom/path\"\n      }\n    }\n  }\n}\n```\n\n**Environment Variables:**\n- `SCRIPTFLOW_SCRIPTS_DIR`: Scripts directory (default: `/tmp/scriptflow-mcp/scripts`)\n- `SCRIPTFLOW_TIMEOUT`: Execution timeout in ms (default: `30000`)\n\n## Available Tools\n\n- `script_add` - Add new script (name, description, content, language, tags)\n- `script_edit` - Update existing script  \n- `script_get` - View script details\n- `script_list` - Search/filter scripts\n- `script_run` - Execute script with arguments\n- `script_rm` - Remove script\n\n## Quick Example\n\n```json\n// Add script\n{\"name\": \"hello\", \"description\": \"Hello script\", \"content\": \"echo 'Hello!'\"}\n\n// Run script  \n{\"name\": \"hello\", \"args\": [\"World\"]}\n\n// List scripts\n{\"search\": \"hello\"}\n```\n\n## Storage\n\nScripts stored as `{name}.{ext}` + `{name}.json` metadata files.\nSupports: Bash (.sh), Python (.py), JavaScript (.js), TypeScript (.ts)\n\n## Testing\n\n```bash\n# Run tests\nnpm test\n\n# Test with MCP Inspector\nnpx @modelcontextprotocol/inspector npx scriptflow-mcp\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanmxa%2Fscriptflow-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyanmxa%2Fscriptflow-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanmxa%2Fscriptflow-mcp/lists"}