Back to Home
ujwesh09 icon

Atlassian-MCP-servers

Verified Safe

by ujwesh09

Overview

Automates interaction with Atlassian Jira and Confluence Cloud services through AI assistants within VS Code for enhanced developer workflows.

Installation

Run Command
npx -y @sethford/atlassian-mcp-server

Environment Variables

  • ATLASSIAN_URL
  • ATLASSIAN_EMAIL
  • ATLASSIAN_API_TOKEN

Security Notes

The project follows good practices for handling secrets by recommending environment variables and `.gitignore` for credential files (.env, .vscode/mcp.json). No explicit 'eval' or obfuscation is present in the provided source code. The `confluence_query.py` disables SSL warnings (`urllib3.disable_warnings`) which could mask legitimate certificate issues in some network environments, but this is explicitly noted for 'corporate environments with self-signed certificates'. The primary security risk lies in the user's secure management of their Atlassian API token.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-03

Tags

AI assistantJiraConfluenceVS CodeAtlassianModel Context Protocol