Back to Home
pranshuiu icon

Trilix-Atlassian-MCP-Server

Verified Safe

by pranshuiu

Overview

The Trilix Atlassian MCP Server acts as a trusted intermediary between AI agents (like ChatGPT, Claude) and Atlassian APIs (Confluence, Jira), providing multi-tenant access to multiple Atlassian organizations with normalized, PHI-safe data exposure.

Installation

Run Command
docker-compose up -d && cd cmd/confluence-service && go run main.go (in Terminal 1) && cd cmd/jira-service && go run main.go (in Terminal 2) && cd cmd/mcp-server && go run main.go (in Terminal 3)

Environment Variables

  • RABBITMQ_HOST
  • RABBITMQ_VHOST
  • RABBITMQ_USER
  • RABBITMQ_PASSWORD
  • DATABASE_URL
  • API_KEY_ENCRYPTION_KEY
  • WORKSPACES_FILE
  • CLERK_SECRET_KEY
  • CLERK_PUBLISHABLE_KEY
  • LOG_LEVEL
  • ENVIRONMENT

Security Notes

The system demonstrates strong security practices for handling sensitive Atlassian API tokens. Tokens are encrypted at rest using AES-256-GCM via a password-derived key (PBKDF2) and stored in PostgreSQL. There is an explicit rule (and code adherence) to never expose API tokens in logs or error messages. Optional Clerk integration provides user authentication. Local development setup uses default 'secret' passwords for RabbitMQ and PostgreSQL in docker-compose, but environment variables are used for production-grade configurations, mitigating hardcoded secrets in deployment. No 'eval' or other obviously malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens7500
Stars0
Forks0
Last Update2025-11-27

Tags

MicroservicesAtlassianAI IntegrationGoRabbitMQMCP