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 服务器
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
Bitbucket Server MCP
garc33Github Mcp Server
githubGitHub's official MCP Server
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
评论