Skip to main content
Glama
yanmxa

ScriptFlow MCP Server

by yanmxa

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SCRIPTFLOW_TIMEOUTNoExecution timeout in ms30000
SCRIPTFLOW_SCRIPTS_DIRNoScripts directory/tmp/scriptflow-mcp/scripts

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
script_addB

Add a new script to the repository

script_listC

List and discover available scripts

script_runC

Execute a script by name

script_editB

Edit an existing script

script_rmB

Remove a script from the repository

script_getB

Get detailed information about a specific script

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool maps to a distinct action on scripts: add, list, run, edit, rm, and get. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools follow the consistent pattern 'script_' followed by a clear verb (add, list, run, edit, rm, get). This creates a predictable and intuitive naming scheme.

Tool Count5/5

With 6 tools, the set is well-scoped for managing scripts. Each tool serves a necessary function without unnecessary bloat or gaps.

Completeness5/5

The toolset covers the full lifecycle of scripts: create (add), read (get, list), update (edit), delete (rm), and execution (run). No obvious missing operations for the stated domain.

Maintenance

ActivityInactive
ResponsivenessUnresponsive