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
{
"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