Devflow
Freeby MCP Community
MCP server that connects Jira (Cloud + Server) with GitHub/GitLab to automate your dev workflow. Branch creation, issue transitions, PR/MR generation, and custo
v0.1.15Added Apr 12, 2026
mcpmcp-servermodel-context-protocoljiragithub
Devflow MCP Server
MCP server that connects Jira (Cloud + Server) with GitHub/GitLab to automate your dev workflow. Branch creation, issue transitions, PR/MR generation, and custo
Installation
Reviews
Installation
Quick install
npx -y @cocaxcode/devflow-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"devflow": {
"command": "npx",
"args": ["-y", "@cocaxcode/devflow-mcp"]
}
}
}