Skip to main content
Glama
akhilthomas236

MCP Jira & Confluence Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_URLNoBase URL of your Jira instance (e.g., https://yourcompany.atlassian.net)
JIRA_USERNAMENoYour Jira username/email
CONFLUENCE_URLNoBase URL of your Confluence instance (e.g., https://yourcompany.atlassian.net/wiki)
JIRA_API_TOKENNoYour Jira API token or password
CONFLUENCE_USERNAMENoYour Confluence username/email
JIRA_PERSONAL_TOKENNoPersonal access token (alternative to username/API token)
CONFLUENCE_API_TOKENNoYour Confluence API token or password
CONFLUENCE_PERSONAL_TOKENNoPersonal access token (alternative to username/API token)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
summarize-jira-issueCreates a summary of a Jira issue
create-jira-descriptionCreates a well-structured description for a Jira issue
summarize-confluence-pageCreates a summary of a Confluence page
create-confluence-contentCreates well-structured content for a Confluence page
answer-confluence-questionAnswer a question about a specific Confluence page using its content

Resources

Contextual data attached and managed by the client

NameDescription

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