MCP-DOCKER-Atlassian

MCP-DOCKER-Atlassian

0

This project sets up a Docker-based configuration to integrate Atlassian's Confluence and Jira with the MCP extension for VS Code's Copilot. It provides necessary scripts and steps to start and manage the MCP server, ensuring easy access to Atlassian resources via Docker.

MCP-DOCKER-Atlassian

A Docker-based setup for running the MCP Atlassian server, providing integration with Confluence and Jira for use with the VS Code Copilot MCP extension.

Prerequisites

  • Docker
  • VS Code with Copilot Chat extension
  • Atlassian Cloud account with API token

Quick Start

  1. Clone the repo and set up credentials in .env file.
  2. Make scripts executable and start the MCP server.
  3. Configure VS Code settings.

Available Scripts

  • start-mcp.sh: Builds and starts the Docker container.
  • stop-mcp.sh: Stops the container.
  • check-mcp.sh: Verifies server operation.
  • cleanup.sh: Removes old containers.

Troubleshooting

  • Ensure Docker container is running.
  • Verify API token and permissions.

Environment Variables

  • MCP_TRANSPORT, MCP_PORT, CONFLUENCE_URL, CONFLUENCE_USERNAME, CONFLUENCE_API_TOKEN.