mcp-atlassian
Verified Safeby sooperset
Overview
Provides an MCP server for integrating with Atlassian Jira and Confluence, enabling an agent to interact with these services for tasks like searching, creating, updating, and managing content and issues.
Installation
uv run mcp-atlassianEnvironment Variables
- JIRA_URL
- JIRA_USERNAME
- JIRA_API_TOKEN
- JIRA_PERSONAL_TOKEN
- JIRA_SSL_VERIFY
- JIRA_PROJECTS_FILTER
- CONFLUENCE_URL
- CONFLUENCE_USERNAME
- CONFLUENCE_API_TOKEN
- CONFLUENCE_PERSONAL_TOKEN
- CONFLUENCE_SSL_VERIFY
- CONFLUENCE_SPACES_FILTER
- ATLASSIAN_OAUTH_CLIENT_ID
- ATLASSIAN_OAUTH_CLIENT_SECRET
- ATLASSIAN_OAUTH_REDIRECT_URI
- ATLASSIAN_OAUTH_SCOPE
- ATLASSIAN_OAUTH_CLOUD_ID
- ATLASSIAN_OAUTH_ACCESS_TOKEN
- ATLASSIAN_OAUTH_ENABLE
- READ_ONLY_MODE
- ENABLED_TOOLS
- TRANSPORT
- PORT
- HOST
- STREAMABLE_HTTP_PATH
- HTTP_PROXY
- HTTPS_PROXY
- NO_PROXY
- SOCKS_PROXY
- JIRA_CUSTOM_HEADERS
- CONFLUENCE_CUSTOM_HEADERS
- MCP_VERBOSE
- MCP_VERY_VERBOSE
- MCP_LOGGING_STDOUT
Security Notes
The project adheres to good security practices by using environment variables for sensitive credentials and integrating 'keyring' for OAuth token storage. It also includes logging mechanisms with sensitive data masking. The default host binding to '0.0.0.0' is standard for servers but requires proper network isolation (e.g., firewall, proxy) in production environments to prevent unintended exposure. No direct hardcoded secrets, `eval`, or obfuscation found in the truncated code.
Similar Servers
MCPJira
Demonstrates building an MCP (Model-Controller-Proxy) server for Jira integration using .NET Core.
mcp-gihub-integration
This package provides a GitHub API client for integration with an MCP (Model Context Protocol) server, enabling automation of GitHub tasks.
Jira-MCP-Server
Integrates Jira with Model Context Protocol (MCP) compatible AI/LLM clients for enhanced task management, sprint planning, and team workload tracking.
my-server-mcp
Integrates Jira Cloud and Discord with GitHub Copilot via an MCP server to automate development tasks and provide context to AI agents.