Cover image
Try Now
2025-04-02

MCP -Server, der auf Docker mit Connect to Atlassian ausgeführt wird.

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

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.

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://appia.in
  • Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • J. DE HARO OLLE
  • Especialista en juegos de palabras en varios idiomas.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • apappascs
  • Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.

  • jae-jae
  • MCP -Server für den Fetch -Webseiteninhalt mit dem Headless -Browser von Dramatikern.

  • HiveNexus
  • Ein KI-Chat-Bot für kleine und mittelgroße Teams, die Modelle wie Deepseek, Open AI, Claude und Gemini unterstützt. 专为中小团队设计的 ai 聊天应用 , 支持 Deepseek 、 Open ai 、 claude 、 Gemini 等模型。

  • ravitemer
  • Ein leistungsstarkes Neovim -Plugin für die Verwaltung von MCP -Servern (Modellkontextprotokoll)

  • patruff
  • Brücke zwischen Ollama und MCP -Servern und ermöglicht es lokalen LLMs, Modellkontextprotokoll -Tools zu verwenden

    Reviews

    3 (1)
    Avatar
    user_UfUBnzgt
    2025-04-16

    As a dedicated user of MCP, I found MCP-DOCKER-Atlassian by shane-reaume to be incredibly useful. The GitHub repository is well-organized and the Docker setup simplifies the deployment process for Atlassian tools significantly. It’s a must-have for anyone looking to streamline their workflow with reliable, containerized solutions. Highly recommend exploring it!