Back to Home
aashari icon

mcp-server-atlassian-confluence

Verified Safe

by aashari

Overview

Connects AI assistants to Atlassian Confluence knowledge bases, enabling natural language interaction to query, search, and manage Confluence content.

Installation

Run Command
TRANSPORT_MODE=stdio npm run build && node dist/index.js

Environment Variables

  • ATLASSIAN_SITE_NAME
  • ATLASSIAN_USER_EMAIL
  • ATLASSIAN_API_TOKEN

Security Notes

The server follows good security practices by loading sensitive credentials (Atlassian API Token, email, site name) from environment variables or a local configuration file, avoiding hardcoded secrets. It performs authenticated API calls to Atlassian Cloud. There are no obvious signs of 'eval', code obfuscation, or malicious patterns. Raw API responses are saved to the `/tmp/mcp/` directory when responses are truncated, which is standard for temporary debug/context data but could lead to excessive disk usage if not managed externally in high-volume, debug-enabled scenarios.

Similar Servers

Stats

Interest Score41
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars45
Forks20
Last Update2026-01-07

Tags

ConfluenceAtlassianAI IntegrationAPI WrapperKnowledge Base