oflow-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OFLOW_MCP_HOME | No | Base data directory | ~/.oflow-mcp |
| OFLOW_MCP_DATA_DIR | No | Workflow instance directory | ~/.oflow-mcp/instances |
| OFLOW_MCP_FLOWS_DIR | No | Workflow template directory | ~/.oflow-mcp/flows |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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