Skip to content

atlassian dc mcp jira for Zed

io.github.mrrefactoring/atlassian-dc-mcp-jira

MCP server for Atlassian Jira Data Center - search, view, and create issues

client:Zed transport:stdio runtime:npm

Install atlassian dc mcp jira 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": {
    "atlassian-dc-mcp-jira": {
      "command": "npx",
      "args": [
        "-y",
        "jira-datacenter-mcp"
      ],
      "env": {
        "ATLASSIAN_DC_MCP_CONFIG_FILE": "<ATLASSIAN_DC_MCP_CONFIG_FILE>",
        "JIRA_HOST": "<JIRA_HOST>",
        "JIRA_API_BASE_PATH": "<JIRA_API_BASE_PATH>",
        "JIRA_API_TOKEN": "<JIRA_API_TOKEN>"
      }
    }
  }
}

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

atlassian dc mcp jira in other clients