devops-infra MCP Server
Enforced workflow engine — state machine + gates that block progression until conditions are met
Discovered via agent-topic:ai-agent and last synced 2mo ago.
1. Install the package
npx @kagura-agent/flowforge
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-kagura-agent-flowforge": {
"command": "npx",
"args": [
"@kagura-agent/flowforge"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Description