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 |
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
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/oflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server