Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OFLOW_MCP_HOMENoBase data directory~/.oflow-mcp
OFLOW_MCP_DATA_DIRNoWorkflow instance directory~/.oflow-mcp/instances
OFLOW_MCP_FLOWS_DIRNoWorkflow template directory~/.oflow-mcp/flows

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
workflow_list_templatesA

List available workflow templates.

workflow_get_templateA

Get workflow template details and step summary.

workflow_startB

Start a workflow instance from a template.

workflow_currentA

Get the current workflow step and rendered prompt. ID may be an instance id or alias. If omitted, uses the most recently active instance.

workflow_advanceB

Complete the current step and advance the workflow after checkpoint validation.

workflow_statusC

Show full workflow instance status.

workflow_list_instancesA

List workflow instances, optionally filtered by status and template.

workflow_bindB

Bind an alias to a workflow instance.

workflow_override_promptB

Override a step prompt for one workflow instance only.

workflow_create_templateB

Create a workflow template by writing flow.yaml and prompts/*.md.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/openpeng/flow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server