Back to Home
AnoushkaScaria icon

atlass-mcp-server

Verified Safe

by AnoushkaScaria

Overview

Provides a Model Context Protocol (MCP) server to automate interactions with Jira and Confluence.

Installation

Run Command
uvicorn app.main:app --reload

Environment Variables

  • JIRA_BASE_URL
  • JIRA_EMAIL
  • JIRA_API_TOKEN
  • CONFLUENCE_BASE_URL
  • CONFLUENCE_EMAIL
  • CONFLUENCE_API_TOKEN
  • CONFLUENCE_SPACE_KEY

Security Notes

The server correctly uses environment variables for storing API keys and other sensitive credentials, preventing hardcoded secrets. There are no 'eval' statements, obfuscation, or immediately apparent malicious patterns. Network requests are made to specified Jira and Confluence URLs using standard authentication methods. Security primarily relies on the secure handling of the `.env` file and the security of the Atlassian platform.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2026-01-18

Tags

MCPJiraConfluenceFastAPIAutomation