devflows-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEVFLOWS_BPMN_PATH | No | Path to the BPMN file(s) used by the MCP server, typically found next to the package. | found next to the package |
| DEVFLOWS_ENGINE_URL | No | The base URL of the CIB seven engine REST API. | http://localhost:8080/engine-rest |
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| engine_statusA | Check that the local CIB seven engine is reachable and report its version. |
| deploy_processC | Deploy the release process to the engine. Deploying it twice is harmless. |
| list_processesA | List the process definitions the engine currently knows about. |
| start_releaseA | Start a release run for a repository. |
| get_runB | Report the state, the current activity, the gate report and the variables of a run. |
| list_gatesB | List the gates a release of this repository would run. Does not touch the engine. |
| approve_gateB | Approve or reject a waiting release. This is the human decision in the process. |
| list_runsB | List the most recent release runs, newest first, with their state. |
| retry_runC | Give a run that is stuck on an incident another attempt. |
| cancel_runB | Stop a running release. The reason is kept in the engine history. |
| doctorC | Check whether a release can run: engine, process, decision, config. |
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/0langa/cibseven-devflows'
If you have feedback or need assistance with the MCP directory API, please join our Discord server