MCP.so
登录

MCP-DOCKER-Atlassian

@shane-reaume

关于 MCP-DOCKER-Atlassian

MCP Server that runs on Docker with connect to Atlassian.

基本信息

分类

版本控制

许可证

MIT license

运行时

python

传输方式

stdio

发布者

shane-reaume

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器