Devflow MCP Server

MCP server connecting Jira (Cloud + Server) with GitHub/GitLab. Branches, issues, PRs, flows.

Remote serverstreamable-httpTypeScript

What is the Devflow MCP server?

Devflow MCP server exists for a simple reason — assistants are far more useful when they can act on Devflow directly instead of describing what you should do. MCP server connecting Jira (Cloud + Server) with GitHub/GitLab. Branches, issues, PRs, flows.

What you get

Your Jira + GitHub/GitLab workflow, handled by your AI assistant.

The most complete MCP server for developer workflow automation. 32 tools that connect Jira (Cloud + Server) with GitHub/GitLab (cloud + self-hosted) — so your AI assistant can manage issues, branches, PRs, and deployments without you ever opening a browser tab.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

Once Devflow is connected, these are the calls the assistant has available:

  • Jira — Auto-detection via /rest/api/2/serverInfo -- no manual configuration needed

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the devflow mcp server does with a few real requests.

Choosing this one

This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Devflow's toolset — Jira — is a fair guide to whether it matches your workflow. It is maintained by cocaxcode; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Devflow's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
JiraAuto-detection via /rest/api/2/serverInfo -- no manual configuration needed.

How to install the Devflow MCP server

</details>

### Cursor / Windsurf

```json
// .cursor/mcp.json or .windsurf/mcp.json
{
  "mcpServers": {
    "devflow": {
      "command": "npx",
      "args": ["-y", "@cocaxcode/devflow-mcp@latest"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Devflow to Jira.

Frequently asked questions

It connects Devflow to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Jira) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Devflow directly.