MCP-DOCKER-Atlassian
@shane-reaume
关于 MCP-DOCKER-Atlassian
MCP Server that runs on Docker with connect to Atlassian.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP-DOCKER-Atlassian?
MCP-DOCKER-Atlassian is a Docker-based setup for the MCP Atlassian integration, designed to work with VS Code's Copilot MCP extension. It provides access to Confluence and Jira resources via the Model Context Protocol.
How to use MCP-DOCKER-Atlassian?
Clone the repository, copy and edit the .env file with your Atlassian credentials, make the scripts executable, then run ./start-mcp.sh to start the server. Add the SSE endpoint (http://localhost:9001/sse) to your VS Code settings.json. Stop the server with ./stop-mcp.sh.
Key features of MCP-DOCKER-Atlassian?
- Docker-based deployment for easy setup
- Access Confluence and Jira via MCP
- Integrates with VS Code Copilot Chat
- Includes diagnostic and management scripts
- Resolves previous type checking issues
- Uses SSE transport for VS Code integration
Use cases of MCP-DOCKER-Atlassian?
- Search Confluence spaces for content
- Retrieve specific Confluence pages by title
- Fetch and display Jira issue details
- Query Jira projects with JQL
- Filter Confluence results by space
FAQ from MCP-DOCKER-Atlassian
What transports are supported?
The server uses SSE (Server-Sent Events) transport, configured via the MCP_TRANSPORT environment variable.
What are the prerequisites?
Docker installed and running, Visual Studio Code with the Copilot Chat extension, and an Atlassian Cloud account with an API token.
How do I stop the server?
Run ./stop-mcp.sh from the repository directory.
What if I have SSE connection issues?
Ensure the Docker container is running (docker ps | grep mcp-atlassian), check container logs (docker logs mcp-atlassian), and verify port accessibility (curl http://localhost:9001/health).
Where do I generate my API token?
At https://id.atlassian.net/manage-profile/security/api-tokens. Save it securely as it cannot be viewed again after creation.
版本控制 分类下的更多 MCP 服务器
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.

Git
modelcontextprotocolModel Context Protocol Servers
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
MCP Atlassian
soopersetMCP server for Atlassian tools (Confluence, Jira)
评论