★ 0 stars
TypeScript
📊 Data/Analytics
Updated 1d ago
MCP server for BPMSoft 1.8: 32 tools, 6 prompts, 4 resources. OData v3/v4, ProcessEngineService, caption-aware input, semantic filter DSL.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpbpmsoft": {
"command": "npx",
"args": [
"-y",
"Catter58/mcpBPMSoft"
]
}
}
}
Run in terminal:
claude mcp add mcpbpmsoft npx -y Catter58/mcpBPMSoft
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpbpmsoft": {
"command": "npx",
"args": [
"-y",
"Catter58/mcpBPMSoft"
]
}
}
}