Skip to content

Atlassian Attachments for Zed

io.github.alyiox/mcp-atlassian-attachments

MCP server for downloading, uploading, and deleting Jira Cloud attachments by ID.

client:Zed transport:stdio runtime:pypi

Install Atlassian Attachments 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": {
    "mcp-atlassian-attachments": {
      "command": "uvx",
      "args": [
        "mcp-atlassian-attachments"
      ],
      "env": {
        "ATLASSIAN_SITE_URL": "<ATLASSIAN_SITE_URL>",
        "ATLASSIAN_EMAIL": "<ATLASSIAN_EMAIL>",
        "ATLASSIAN_API_TOKEN": "<ATLASSIAN_API_TOKEN>"
      }
    }
  }
}

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

Atlassian Attachments in other clients