Skip to content
Zed

devflow mcp for Zed

io.github.cocaxcode/devflow-mcp

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

client:Zed transport:stdio runtime:npm

Install devflow mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "devflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cocaxcode/devflow-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

devflow mcp in other clients