atlass-mcp-server
Verified Safeby AnoushkaScaria
Overview
Provides a Model Context Protocol (MCP) server to automate interactions with Jira and Confluence.
Installation
uvicorn app.main:app --reloadEnvironment 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
mcp-atlassian
Provides an MCP (Model Context Protocol) server for interacting with Atlassian Jira and Confluence APIs, offering tools for content management, search, and workflow automation.
fastify-mcp-server
A Fastify plugin providing a streamable HTTP transport for the Model Context Protocol (MCP), enabling AI assistants to interact with services.
mcp-xray
A lightweight server that bridges the MCP protocol with the Atlassian Jira Xray API, exposing Xray functionality via FastMCP for integration with AI language models or other clients.
console-mcp-server
The Mia-Platform Console MCP Server integrates with Mia-Platform Console APIs to enable advanced automation and interaction capabilities for developers and tools.