I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

MCP-Atlassian
MCP Server pour Atlassian (Confluence & Jira)
1
Github Watches
3
Github Forks
3
Github Stars
MCP Atlassian
A Model Context Protocol (MCP) server that provides tools for interacting with Atlassian products (Confluence and Jira).
Overview
This MCP server allows AI agents to interact with Atlassian products through a standardized interface. It provides tools for:
- Confluence: Search content, get spaces, retrieve content, and list pages
- Jira: Search issues, get issue details, list projects, and more
Prerequisites
- Node.js (v16 or higher)
- npm or yarn
- Atlassian account with API token
- Docker (optional, for containerized deployment)
Installation
Standard Installation
-
Clone the repository:
git clone https://github.com/yourusername/mcp-atlassian.git cd mcp-atlassian
-
Install dependencies:
npm install # or using make make install
-
Create a
.env
file in the root directory with your Atlassian credentials:ATLASSIAN_HOST=https://your-domain.atlassian.net ATLASSIAN_EMAIL=your-email@example.com ATLASSIAN_API_TOKEN=your-api-token
Docker Installation
-
Clone the repository:
git clone https://github.com/yourusername/mcp-atlassian.git cd mcp-atlassian
-
Create a
.env
file as described above. -
Build and run the Docker container:
# Build the Docker image make docker-build # Run the Docker container make docker-run # Or use Docker Compose make docker-compose
Usage
Starting the Server
# Using npm
npm start
# Using make
make start
# Using Docker
make docker-run
This will start the MCP server, which will listen for requests on stdin and respond on stdout.
Available Tools
Confluence Tools
-
search-confluence: Search for content in Confluence using CQL
- Parameters:
query
(string)
- Parameters:
-
get-confluence-space: Get information about a specific Confluence space
- Parameters:
spaceKey
(string)
- Parameters:
-
get-confluence-content: Get specific content by ID
- Parameters:
contentId
(string)
- Parameters:
-
get-confluence-pages: Get all pages in a space
- Parameters:
spaceKey
(string),limit
(number, optional)
- Parameters:
Jira Tools
-
search-jira-issues: Search for issues using JQL
- Parameters:
jql
(string),maxResults
(number, optional)
- Parameters:
-
get-jira-issue: Get a specific issue by key
- Parameters:
issueKey
(string)
- Parameters:
-
get-jira-projects: Get all projects
- Parameters: none
-
get-jira-project: Get a specific project by key
- Parameters:
projectKey
(string)
- Parameters:
-
get-jira-issue-types: Get all issue types
- Parameters: none
Development
Project Structure
src/
├── config/ # Configuration files
├── examples/ # Example usage
├── services/ # Service classes for Atlassian APIs
│ ├── confluence.ts
│ └── jira.ts
├── tools/ # MCP tools
│ ├── search-confluence.ts
│ ├── get-confluence-space.ts
│ ├── get-confluence-content.ts
│ ├── get-confluence-pages.ts
│ ├── search-jira-issues.ts
│ ├── get-jira-issue.ts
│ ├── get-jira-projects.ts
│ ├── get-jira-project.ts
│ ├── get-jira-issue-types.ts
│ ├── utils.ts
│ └── index.ts
└── index.ts # Main entry point
Building
# Using npm
npm run build
# Using make
make build
Testing
# Using npm
npm test
# Using make
make test
Makefile Commands
The project includes a Makefile to simplify common operations:
# Display available commands
make help
License
MIT
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
相关推荐
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
This GPT assists in finding a top-rated business CPA - local or virtual. We account for their qualifications, experience, testimonials and reviews. Business operators provide a short description of your business, services wanted, and city or state.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
Plateforme d'automatisation de workflow à code équitable avec des capacités d'IA natives. Combinez le bâtiment visuel avec du code personnalisé, de l'auto-hôte ou du cloud, 400+ intégrations.
Reviews

user_uXB1jZNn
I'm thoroughly impressed with mcp-atlassian by samwang0723! This tool has significantly streamlined our project management processes. Integration with Atlassian products is seamless, and its user-friendly interface makes it accessible to our whole team. The continuous updates and responsive support from the author have been outstanding. Highly recommend!