Sponsored by Deepsite.site

MCP-DOCKER-Atlassian

Created By
shane-reaume8 months ago
MCP Server that runs on Docker with connect to Atlassian.
Content

MCP-DOCKER-Atlassian

Docker-based setup for the MCP Atlassian integration to use with VS Code's Copilot MCP extension.

This repository contains configuration and scripts to easily run the MCP Atlassian server in a Docker container, providing access to Confluence and Jira resources via the Model Context Protocol.

Note: Previous MyPy type checking issues inherited from the upstream project have been resolved. The type checking system is now fully functional and passing all checks.

Prerequisites

Quick Start

  1. Clone the repository:

    git clone https://github.com/shane-reaume/MCP-DOCKER-Atlassian.git
    cd MCP-DOCKER-Atlassian
    
  2. Set up your credentials: Copy the example environment file and edit it:

    cp .env.example .env
    # Edit .env with your Atlassian credentials
    

    Important: Do not use quotes around values in the .env file

  3. Make scripts executable:

    chmod +x *.sh
    
  4. Start the MCP server:

    ./start-mcp.sh
    

    The server will be available at http://localhost:9001/sse Stop the MCP server:

    ./stop-mcp.sh
    
  5. Configure VS Code: Add this to your VS Code settings.json:

    "mcpManager.servers": [
      {
        "name": "Atlassian-MCP",
        "type": "sse",
        "url": "http://localhost:9001/sse",
        "enabled": true
      }
    ]
    
  6. Stop the server when done:

    ./stop-mcp.sh
    

Available Scripts

  • start-mcp.sh: Builds the Docker image and starts the container
  • stop-mcp.sh: Stops the running container
  • check-mcp.sh: Diagnostic tool to verify the server is running correctly
  • cleanup.sh: Removes old containers and images
  • update-remote.sh: Helper for managing git remotes
  • mcp-manager.sh: Additional management commands

Available MCP Commands

Once connected, you can use commands like:

  • @mcp confluence_search "search term"
  • @mcp confluence_get_page "Page Title"
  • @mcp jira_get_issue "PROJECT-123"
  • @mcp jira_search "project = PROJECT AND status = 'In Progress'"

Troubleshooting

  1. SSE Connection Issues

    • Ensure the Docker container is running: docker ps | grep mcp-atlassian
    • Check container logs: docker logs mcp-atlassian
    • Verify the port is accessible: curl http://localhost:9001/health
  2. Authentication Issues

    • Ensure your API token is correct and not surrounded by quotes in .env
    • Check that your email matches the one used to generate the API token
    • Verify you have appropriate permissions in Confluence/Jira
  3. Common Errors

    • "SSE error: TypeError: fetch failed": Restart VS Code and the MCP server
    • "Current user not permitted": Check API token and permissions
    • Empty results: Verify space/project access and try more general searches first

Environment Variables

Key environment variables in .env:

  • MCP_TRANSPORT: Set to 'sse' for VS Code integration
  • MCP_PORT: Default 9001, change if port is in use
  • CONFLUENCE_URL: Your Atlassian instance URL
  • CONFLUENCE_USERNAME: Your Atlassian email
  • CONFLUENCE_API_TOKEN: Your API token
  • CONFLUENCE_SPACES_FILTER: Optional space restrictions

See .env.example for all available options.

Based On

This setup is based on the MCP-Atlassian project, customized for Docker-based deployment.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
CursorThe AI Code Editor
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Amap Maps高德地图官方 MCP Server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
DeepChatYour AI Partner on Desktop
ChatWiseThe second fastest AI chatbot™
Tavily Mcp
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
WindsurfThe new purpose-built IDE to harness magic
Serper MCP ServerA Serper MCP Server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Playwright McpPlaywright MCP server
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code