Back to Home
quintindk icon

mcp-confluence-attachments

Verified Safe

by quintindk

Overview

Provides an MCP server and CLI tool to download images and draw.io diagrams from Confluence pages for AI assistants or standalone use.

Installation

Run Command
docker run -i --rm -v $(pwd):/output -e MCP_TRANSPORT=stdio -e CONFLUENCE_URL="https://your-instance.atlassian.net" -e CONFLUENCE_PERSONAL_TOKEN="your-token-here" mcp-confluence-attachments

Environment Variables

  • CONFLUENCE_URL
  • CONFLUENCE_PERSONAL_TOKEN

Security Notes

The tool can download files to arbitrary absolute paths specified by the user or an AI agent, potentially allowing writes to sensitive system locations if the process has broad filesystem permissions. While the `resolve_output_path` function attempts to contain relative paths to a mounted `/output` directory within Docker, it explicitly returns absolute paths unmodified. `CONFLUENCE_PERSONAL_TOKEN` is a critical secret, correctly handled via environment variables but its security depends on the runtime environment. No 'eval' or obfuscation detected.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Stars0
Forks0
Last Update2025-11-27

Tags

ConfluenceAttachmentsMCP ServerCLIDocker