Skip to content
Zed

Jira Cloud for Zed

io.github.aaronsb/jira-cloud

MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields

client:Zed transport:stdio runtime:npm

Install Jira Cloud in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "jira-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/jira-cloud-mcp"
      ],
      "env": {
        "JIRA_API_TOKEN": "<JIRA_API_TOKEN>",
        "JIRA_EMAIL": "<JIRA_EMAIL>",
        "JIRA_HOST": "<JIRA_HOST>"
      }
    }
  }
}

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

Jira Cloud in other clients