mcp-confluence-attachments
Verified Safeby 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
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-attachmentsEnvironment 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
mcp-server-atlassian-confluence
Connects AI assistants to Atlassian Confluence knowledge bases, enabling natural language interaction to query, search, and manage Confluence content.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.
atlassian-mcp-server
Enables AI agents to interact with Atlassian Cloud services (Jira, Confluence, Jira Service Management) for work documentation, issue management, and context understanding through a unified API.
custom-atlassian-mcp
This server integrates AI assistants and MCP clients with Atlassian Jira Cloud to retrieve issue attachment metadata and download attachment content.