MCP-BPMN Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_BPMN_DIAGRAMS_PATH | No | Custom path for storing BPMN diagrams. Overrides the default storage location. | ~/mcp-bpmn/ (Unix) or %USERPROFILE%\mcp-bpmn\ (Windows) |
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 |
|---|---|
| new_bpmnA | Create a new BPMN diagram and set it as current context |
| new_from_mermaidB | Create a new BPMN diagram from Mermaid code and set it as current context |
| open_bpmnA | Open an existing BPMN file and set it as current context |
| open_mermaid_fileA | Open a Mermaid file, convert it to BPMN, and set as current context |
| saveA | Save the current diagram to its file (error if no filename set) |
| save_asB | Save the current diagram with a new filename |
| closeB | Close the current diagram and clear the context |
| currentB | Get information about the current diagram |
| add_eventC | Add an event to the current diagram |
| add_activityC | Add an activity to the current diagram |
| add_gatewayC | Add a gateway to the current diagram |
| connectC | Connect two elements in the current diagram |
| add_poolC | Add a pool to the current collaboration diagram |
| add_laneA | Add a lane to an existing pool in the current diagram |
| list_elementsB | List all elements in the current diagram |
| get_elementC | Get details of a specific element in the current diagram |
| update_elementB | Update properties of an element in the current diagram |
| delete_elementA | Delete an element from the current diagram |
| exportC | Export the current diagram as BPMN XML |
| validateB | Validate the current diagram for BPMN correctness |
| auto_layoutB | Apply automatic layout to the current diagram |
| list_diagramsA | List all saved BPMN diagrams |
| delete_diagram_fileC | Delete a saved BPMN diagram file |
| get_diagrams_pathA | Get the path where BPMN diagrams are saved |
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/oisee/mcp-bpmn'
If you have feedback or need assistance with the MCP directory API, please join our Discord server