workflow-mcp
by qddfxp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | Default model to use for LLM calls. | |
| LLM_API_KEY | No | API key for the LLM endpoint. Required for auto execution mode (Plan A). | |
| LLM_BASE_URL | No | Base URL for the LLM endpoint (OpenAI-compatible or Anthropic). Required for auto execution mode (Plan A). | |
| LLM_PROTOCOL | No | Protocol for LLM calls: 'openai' or 'anthropic'. Auto-detected from URL if not set. | openai |
| LLM_MAX_TOKENS | No | max_tokens parameter for Anthropic protocol. | 4096 |
| WORKFLOW_TOOLS | No | Comma-separated server-level tool whitelist that overrides the default tool set for all steps. | |
| WORKFLOW_ALLOW_NET | No | Set to '1' to enable fetch_url networking (default off). | 0 |
| LLM_MAX_CONCURRENCY | No | Maximum number of concurrent LLM calls within a batch. | 4 |
| WORKFLOW_ALLOW_DANGEROUS | No | Set to '1' to allow dangerous bash commands (default blocked). | 0 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues