MCP Jira & Confluence Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_URL | No | Base URL of your Jira instance (e.g., https://yourcompany.atlassian.net) | |
| JIRA_USERNAME | No | Your Jira username/email | |
| CONFLUENCE_URL | No | Base URL of your Confluence instance (e.g., https://yourcompany.atlassian.net/wiki) | |
| JIRA_API_TOKEN | No | Your Jira API token or password | |
| CONFLUENCE_USERNAME | No | Your Confluence username/email | |
| JIRA_PERSONAL_TOKEN | No | Personal access token (alternative to username/API token) | |
| CONFLUENCE_API_TOKEN | No | Your Confluence API token or password | |
| CONFLUENCE_PERSONAL_TOKEN | No | Personal access token (alternative to username/API token) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create-jira-issueC | Create a new Jira issue |
| comment-jira-issueC | Add a comment to a Jira issue |
| transition-jira-issueC | Transition a Jira issue to a new status |
| get-jira-issueB | Get detailed information about a specific Jira issue by its key |
| get-my-assigned-issuesA | Get issues assigned to the current user, ordered by priority (highest first) and creation date (newest first) |
| summarize-jira-issueB | Get a comprehensive summary of a Jira issue including comments, status history, and any Confluence page references |
| extract-confluence-linksA | Extract all Confluence page links and Git repository URLs referenced in a Jira issue (from description, comments, and remote links) |
| create-confluence-pageC | Create a new Confluence page |
| update-confluence-pageB | Update an existing Confluence page. If version is not provided, the current version will be automatically fetched to prevent conflicts. |
| comment-confluence-pageC | Add a comment to a Confluence page |
| get-confluence-pageA | Get a Confluence page by ID or title. Use this tool to retrieve a specific page's content, optionally including comments and version history. |
| search-confluenceA | Search Confluence pages using CQL (Confluence Query Language). Simple queries are automatically enhanced with proper CQL syntax (e.g., 'API docs' becomes 'text ~ "API docs" OR title ~ "API docs"'). Advanced CQL is used as-is. |
| ask-confluence-pageB | Ask a question about a specific Confluence page content |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize-jira-issue | Creates a summary of a Jira issue |
| create-jira-description | Creates a well-structured description for a Jira issue |
| summarize-confluence-page | Creates a summary of a Confluence page |
| create-confluence-content | Creates well-structured content for a Confluence page |
| answer-confluence-question | Answer a question about a specific Confluence page using its content |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/akhilthomas236/mcp-jira-confluence-sse'
If you have feedback or need assistance with the MCP directory API, please join our Discord server